|
|
@@ -1,20 +1,16 @@
|
|
|
-<Project>
|
|
|
- <Import Project="dependencies.props" />
|
|
|
- <Import Project="..\version.xml" />
|
|
|
+<Project>
|
|
|
+ <Import Project="build\dependencies.props" />
|
|
|
+ <Import Project="version.xml" />
|
|
|
|
|
|
<PropertyGroup>
|
|
|
<Product>Microsoft ASP.NET Core</Product>
|
|
|
<RepositoryUrl>https://github.com/aspnet/DataProtection</RepositoryUrl>
|
|
|
<RepositoryType>git</RepositoryType>
|
|
|
- <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)Key.snk</AssemblyOriginatorKeyFile>
|
|
|
+ <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
|
|
|
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
- <ItemGroup>
|
|
|
- <PackageReference Include="Internal.AspNetCore.Sdk" Version="$(InternalAspNetCoreSdkVersion)" PrivateAssets="All" />
|
|
|
- </ItemGroup>
|
|
|
-
|
|
|
</Project>
|