diff --git a/eng/Versions.props b/eng/Versions.props index 9c0d9954d82947..466baed3103d1b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -165,7 +165,7 @@ 2.0.0 17.10.0-beta1.24272.1 2.0.0-beta4.24528.1 - 3.1.7 + 3.1.16 2.1.0 2.0.3 1.0.4-preview6.19326.1 diff --git a/src/tests/tracing/eventpipe/common/Microsoft.Diagnostics.NETCore.Client/AssemblyInfo.cs b/src/tests/tracing/eventpipe/common/Microsoft.Diagnostics.NETCore.Client/AssemblyInfo.cs index a24514a125582e..2c378a01677c7b 100644 --- a/src/tests/tracing/eventpipe/common/Microsoft.Diagnostics.NETCore.Client/AssemblyInfo.cs +++ b/src/tests/tracing/eventpipe/common/Microsoft.Diagnostics.NETCore.Client/AssemblyInfo.cs @@ -2,8 +2,10 @@ // As of https://github.com/dotnet/runtime/pull/64358, InternalsVisibleTo MSBuild Item does not seem to work in Dotnet/Runtime like it does on Dotnet/Diagnostics using System; using System.IO; +using System.Reflection; using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("common")] [assembly: InternalsVisibleTo("enabledisable")] +[assembly: AssemblyVersionAttribute("99.99.99.99")] #endif \ No newline at end of file