File tree Expand file tree Collapse file tree 5 files changed +9
-12
lines changed
Properties/PublishProfiles Expand file tree Collapse file tree 5 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
8
8
<Platform >x64</Platform >
9
9
<PublishDir >bin\publish\</PublishDir >
10
10
<PublishProtocol >FileSystem</PublishProtocol >
11
- <TargetFramework >netcoreapp3.1 </TargetFramework >
11
+ <TargetFramework >net5.0-windows </TargetFramework >
12
12
<RuntimeIdentifier >win-x64</RuntimeIdentifier >
13
13
<SelfContained >false</SelfContained >
14
14
<PublishSingleFile >True</PublishSingleFile >
Original file line number Diff line number Diff line change 3
3
https://go.microsoft.com/fwlink/?LinkID=208121.
4
4
-->
5
5
<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 >
6
9
</Project >
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
6
6
<PropertyGroup >
7
7
<Configuration >Release</Configuration >
8
8
<Platform >x64</Platform >
9
- <PublishDir >bin\publish_with_frameworks \</PublishDir >
9
+ <PublishDir >bin\publish_with_dotnet \</PublishDir >
10
10
<PublishProtocol >FileSystem</PublishProtocol >
11
- <TargetFramework >netcoreapp3.1 </TargetFramework >
11
+ <TargetFramework >net5.0-windows </TargetFramework >
12
12
<RuntimeIdentifier >win-x64</RuntimeIdentifier >
13
13
<SelfContained >true</SelfContained >
14
14
<PublishSingleFile >True</PublishSingleFile >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop " >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<OutputType >WinExe</OutputType >
5
- <TargetFramework >netcoreapp3.1 </TargetFramework >
5
+ <TargetFramework >net5.0-windows </TargetFramework >
6
6
<UseWindowsForms >true</UseWindowsForms >
7
7
<ApplicationIcon >appIcon.ico</ApplicationIcon >
8
8
<NoWin32Manifest >true</NoWin32Manifest >
9
9
<StartupObject >RunCat.Program</StartupObject >
10
- <Version >1.9 .0</Version >
10
+ <Version >1.10 .0</Version >
11
11
<Authors >Takuto Nakamura</Authors >
12
12
<Description >A cute runnning cat animation on your windows taskbar.</Description >
13
13
<Copyright >© 2021 Takuto Nakamura</Copyright >
You can’t perform that action at this time.
0 commit comments