Update project files

This commit is contained in:
Rich Lander 2020-08-21 12:13:33 -07:00
parent 526cbb2241
commit 3d4025435e
2 changed files with 8 additions and 8 deletions

View file

@ -5,11 +5,11 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RollForward>LatestMajor</RollForward>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.0.1</VersionPrefix>
<PackageProjectUrl>https://github.com/dotnet/core/blob/master/samples/dotnet-runtimeinfo/README.md</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/dotnet/core/blob/master/LICENSE.TXT</PackageLicenseUrl> <PublishRepositoryUrl>true</PublishRepositoryUrl>
<Copyright>.NET Foundation</Copyright>
<Authors>.NET Team</Authors>
<License>MIT</License>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<DebugType>embedded</DebugType>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<PackAsTool>true</PackAsTool>
</PropertyGroup>

View file

@ -5,11 +5,11 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<RollForward>LatestMajor</RollForward>
<VersionPrefix>2.1.5</VersionPrefix>
<VersionPrefix>2.1.6</VersionPrefix>
<PackageProjectUrl>https://github.com/dotnet/core/blob/master/samples/dotnetsay/README.md</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/dotnet/core/blob/master/LICENSE.TXT</PackageLicenseUrl> <PublishRepositoryUrl>true</PublishRepositoryUrl>
<Copyright>.NET Foundation</Copyright>
<Authors>.NET Team</Authors>
<License>MIT</License>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<DebugType>embedded</DebugType>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<PackAsTool>true</PackAsTool>
</PropertyGroup>