From 8fd7db5614b745e066226469a12b62708ede3a9c Mon Sep 17 00:00:00 2001 From: Kyome22 Date: Sat, 27 Nov 2021 17:07:45 +0900 Subject: [PATCH] Updated .NET Core to .NET5.0 --- RunCat/Properties/PublishProfiles/PublishProfile.pubxml | 2 +- .../Properties/PublishProfiles/PublishProfile.pubxml.user | 3 +++ ...eworksProfile.pubxml => PublishWithDotNetProdile.pubxml} | 4 ++-- .../PublishWithFrameworksProfile.pubxml.user | 6 ------ RunCat/RunCat.csproj | 6 +++--- 5 files changed, 9 insertions(+), 12 deletions(-) rename RunCat/Properties/PublishProfiles/{PublishWithFrameworksProfile.pubxml => PublishWithDotNetProdile.pubxml} (84%) delete mode 100644 RunCat/Properties/PublishProfiles/PublishWithFrameworksProfile.pubxml.user diff --git a/RunCat/Properties/PublishProfiles/PublishProfile.pubxml b/RunCat/Properties/PublishProfiles/PublishProfile.pubxml index 415c250..a01806f 100644 --- a/RunCat/Properties/PublishProfiles/PublishProfile.pubxml +++ b/RunCat/Properties/PublishProfiles/PublishProfile.pubxml @@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. x64 bin\publish\ FileSystem - netcoreapp3.1 + net5.0-windows win-x64 false True diff --git a/RunCat/Properties/PublishProfiles/PublishProfile.pubxml.user b/RunCat/Properties/PublishProfiles/PublishProfile.pubxml.user index 312c6e3..cadda0b 100644 --- a/RunCat/Properties/PublishProfiles/PublishProfile.pubxml.user +++ b/RunCat/Properties/PublishProfiles/PublishProfile.pubxml.user @@ -3,4 +3,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. --> + + True|2021-11-27T08:05:58.6541052Z;True|2021-11-27T17:04:01.5026144+09:00; + \ No newline at end of file diff --git a/RunCat/Properties/PublishProfiles/PublishWithFrameworksProfile.pubxml b/RunCat/Properties/PublishProfiles/PublishWithDotNetProdile.pubxml similarity index 84% rename from RunCat/Properties/PublishProfiles/PublishWithFrameworksProfile.pubxml rename to RunCat/Properties/PublishProfiles/PublishWithDotNetProdile.pubxml index a313ba5..9a0acf6 100644 --- a/RunCat/Properties/PublishProfiles/PublishWithFrameworksProfile.pubxml +++ b/RunCat/Properties/PublishProfiles/PublishWithDotNetProdile.pubxml @@ -6,9 +6,9 @@ https://go.microsoft.com/fwlink/?LinkID=208121. Release x64 - bin\publish_with_frameworks\ + bin\publish_with_dotnet\ FileSystem - netcoreapp3.1 + net5.0-windows win-x64 true True diff --git a/RunCat/Properties/PublishProfiles/PublishWithFrameworksProfile.pubxml.user b/RunCat/Properties/PublishProfiles/PublishWithFrameworksProfile.pubxml.user deleted file mode 100644 index 312c6e3..0000000 --- a/RunCat/Properties/PublishProfiles/PublishWithFrameworksProfile.pubxml.user +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/RunCat/RunCat.csproj b/RunCat/RunCat.csproj index 66a05c7..229aa1e 100644 --- a/RunCat/RunCat.csproj +++ b/RunCat/RunCat.csproj @@ -1,13 +1,13 @@ - + WinExe - netcoreapp3.1 + net5.0-windows true appIcon.ico true RunCat.Program - 1.9.0 + 1.10.0 Takuto Nakamura A cute runnning cat animation on your windows taskbar. © 2021 Takuto Nakamura