We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b616db4 commit 240dd82Copy full SHA for 240dd82
Directory.Build.props
@@ -10,6 +10,8 @@
10
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
11
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
12
<SignAssembly>true</SignAssembly>
13
+ <AssemblySigningCertName>Microsoft</AssemblySigningCertName>
14
+ <PackageSigningCertName>MicrosoftNuGet</PackageSigningCertName>
15
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
16
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
17
</PropertyGroup>
korebuild-lock.txt
@@ -1,2 +1,2 @@
1
-version:2.2.0-preview1-17067
2
-commithash:2af0e2e3d02329b4f0290061ab9bd8c7ca1aa26f
+version:2.2.0-preview1-17075
+commithash:d9f07c7f313a0af1d49f003f5424b4dbbdd3e09f
0 commit comments