- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netcoreapp3.0</TargetFramework>
- <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
- <OutputPath>$(SolutionDir)/out/bin/</OutputPath>
- <SignAssembly>true</SignAssembly>
- <AssemblyOriginatorKeyFile>$(SolutionDir)tools/Open.snk</AssemblyOriginatorKeyFile>
- <AssemblyVersion>4.2.1.0</AssemblyVersion>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\System.Private.CoreLib\System.Private.CoreLib.csproj" />
- </ItemGroup>
- </Project>
|