Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Lander <rlander@microsoft.com>2020-08-21 22:13:33 +0300
committerRich Lander <rlander@microsoft.com>2020-08-21 22:13:33 +0300
commit3d4025435ef6965fc77273fb4f053089e1cae950 (patch)
treefa3552dbc98d3426154666d1b6f69452dab1e697 /samples
parent526cbb22418a38eb61d1a915de27490fc6156c0a (diff)
Update project files
Diffstat (limited to 'samples')
-rw-r--r--samples/dotnet-runtimeinfo/dotnet-runtimeinfo.csproj8
-rw-r--r--samples/dotnetsay/dotnetsay.csproj8
2 files changed, 8 insertions, 8 deletions
diff --git a/samples/dotnet-runtimeinfo/dotnet-runtimeinfo.csproj b/samples/dotnet-runtimeinfo/dotnet-runtimeinfo.csproj
index a1e682a9..d7196564 100644
--- a/samples/dotnet-runtimeinfo/dotnet-runtimeinfo.csproj
+++ b/samples/dotnet-runtimeinfo/dotnet-runtimeinfo.csproj
@@ -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>
diff --git a/samples/dotnetsay/dotnetsay.csproj b/samples/dotnetsay/dotnetsay.csproj
index aa46fe73..97f14020 100644
--- a/samples/dotnetsay/dotnetsay.csproj
+++ b/samples/dotnetsay/dotnetsay.csproj
@@ -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>