Skip to content

Commit 8fd7db5

Browse files
committed
Updated .NET Core to .NET5.0
1 parent e7ff465 commit 8fd7db5

File tree

5 files changed

+9
-12
lines changed

5 files changed

+9
-12
lines changed

RunCat/Properties/PublishProfiles/PublishProfile.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
88
<Platform>x64</Platform>
99
<PublishDir>bin\publish\</PublishDir>
1010
<PublishProtocol>FileSystem</PublishProtocol>
11-
<TargetFramework>netcoreapp3.1</TargetFramework>
11+
<TargetFramework>net5.0-windows</TargetFramework>
1212
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1313
<SelfContained>false</SelfContained>
1414
<PublishSingleFile>True</PublishSingleFile>

RunCat/Properties/PublishProfiles/PublishProfile.pubxml.user

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
https://go.microsoft.com/fwlink/?LinkID=208121.
44
-->
55
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
6+
<PropertyGroup>
7+
<History>True|2021-11-27T08:05:58.6541052Z;True|2021-11-27T17:04:01.5026144+09:00;</History>
8+
</PropertyGroup>
69
</Project>

RunCat/Properties/PublishProfiles/PublishWithFrameworksProfile.pubxml renamed to RunCat/Properties/PublishProfiles/PublishWithDotNetProdile.pubxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66
<PropertyGroup>
77
<Configuration>Release</Configuration>
88
<Platform>x64</Platform>
9-
<PublishDir>bin\publish_with_frameworks\</PublishDir>
9+
<PublishDir>bin\publish_with_dotnet\</PublishDir>
1010
<PublishProtocol>FileSystem</PublishProtocol>
11-
<TargetFramework>netcoreapp3.1</TargetFramework>
11+
<TargetFramework>net5.0-windows</TargetFramework>
1212
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1313
<SelfContained>true</SelfContained>
1414
<PublishSingleFile>True</PublishSingleFile>

RunCat/Properties/PublishProfiles/PublishWithFrameworksProfile.pubxml.user

Lines changed: 0 additions & 6 deletions
This file was deleted.

RunCat/RunCat.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<TargetFramework>net5.0-windows</TargetFramework>
66
<UseWindowsForms>true</UseWindowsForms>
77
<ApplicationIcon>appIcon.ico</ApplicationIcon>
88
<NoWin32Manifest>true</NoWin32Manifest>
99
<StartupObject>RunCat.Program</StartupObject>
10-
<Version>1.9.0</Version>
10+
<Version>1.10.0</Version>
1111
<Authors>Takuto Nakamura</Authors>
1212
<Description>A cute runnning cat animation on your windows taskbar.</Description>
1313
<Copyright>© 2021 Takuto Nakamura</Copyright>

0 commit comments

Comments
 (0)