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 f1efb29 commit e245de2Copy full SHA for e245de2
Directory.Build.props
@@ -5,6 +5,7 @@
5
<Product>Microsoft ASP.NET Core</Product>
6
<RepositoryUrl>https://github.com/aspnet/JsonPatch</RepositoryUrl>
7
<RepositoryType>git</RepositoryType>
8
+ <RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
9
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
10
<SignAssembly>true</SignAssembly>
11
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
0 commit comments