Skip to content

Commit

Permalink
Updated .NET Core to .NET5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyome22 committed Nov 27, 2021
1 parent e7ff465 commit 8fd7db5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion RunCat/Properties/PublishProfiles/PublishProfile.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<Platform>x64</Platform>
<PublishDir>bin\publish\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0-windows</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>false</SelfContained>
<PublishSingleFile>True</PublishSingleFile>
Expand Down
3 changes: 3 additions & 0 deletions RunCat/Properties/PublishProfiles/PublishProfile.pubxml.user
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<History>True|2021-11-27T08:05:58.6541052Z;True|2021-11-27T17:04:01.5026144+09:00;</History>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<PublishDir>bin\publish_with_frameworks\</PublishDir>
<PublishDir>bin\publish_with_dotnet\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0-windows</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>True</PublishSingleFile>
Expand Down

This file was deleted.

6 changes: 3 additions & 3 deletions RunCat/RunCat.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>appIcon.ico</ApplicationIcon>
<NoWin32Manifest>true</NoWin32Manifest>
<StartupObject>RunCat.Program</StartupObject>
<Version>1.9.0</Version>
<Version>1.10.0</Version>
<Authors>Takuto Nakamura</Authors>
<Description>A cute runnning cat animation on your windows taskbar.</Description>
<Copyright>© 2021 Takuto Nakamura</Copyright>
Expand Down

0 comments on commit 8fd7db5

Please sign in to comment.