Skip to content

Commit 0f31837

Browse files
author
thomas.jahn
committed
Increased version number and upgraded to .net9 framework
1 parent efcae33 commit 0f31837

File tree

8 files changed

+23
-26
lines changed

8 files changed

+23
-26
lines changed

MinimalChess/MinimalChess.csproj

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

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net9.0</TargetFramework>
55
</PropertyGroup>
66

77
</Project>

MinimalChessBoard/MinimalChessBoard.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net9.0</TargetFramework>
66
</PropertyGroup>
77

88
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

MinimalChessEngine/MinimalChessEngine.csproj

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

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net9.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

MinimalChessEngine/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace MinimalChessEngine
77
{
88
public static class Program
99
{
10-
const string NAME_VERSION = "MinimalChess 0.6.2";
10+
const string NAME_VERSION = "MinimalChess 0.6.3";
1111
const string AUTHOR = "Thomas Jahn";
1212

1313
static Engine _engine = new Engine();

MinimalChessEngine/Properties/PublishProfiles/Linux ARM.pubxml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
77
<PublishProtocol>FileSystem</PublishProtocol>
88
<Configuration>Release</Configuration>
99
<Platform>Any CPU</Platform>
10-
<TargetFramework>net5.0</TargetFramework>
11-
<PublishDir>D:\Projekte\Chess\Builds\MinimalChess 0.6 Linux ARM</PublishDir>
10+
<TargetFramework>net9.0</TargetFramework>
11+
<PublishDir>..\Builds\MinimalChess 0.6.3 Linux ARM</PublishDir>
1212
<RuntimeIdentifier>linux-arm</RuntimeIdentifier>
1313
<SelfContained>true</SelfContained>
14-
<PublishSingleFile>False</PublishSingleFile>
15-
<PublishReadyToRun>False</PublishReadyToRun>
16-
<PublishTrimmed>True</PublishTrimmed>
14+
<PublishSingleFile>true</PublishSingleFile>
15+
<PublishTrimmed>true</PublishTrimmed>
1716
</PropertyGroup>
1817
</Project>

MinimalChessEngine/Properties/PublishProfiles/Linux x64.pubxml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
77
<PublishProtocol>FileSystem</PublishProtocol>
88
<Configuration>Release</Configuration>
99
<Platform>Any CPU</Platform>
10-
<TargetFramework>net5.0</TargetFramework>
11-
<PublishDir>D:\Projekte\Chess\Builds\MinimalChess 0.6 Linux</PublishDir>
10+
<TargetFramework>net9.0</TargetFramework>
11+
<PublishDir>..\Builds\MinimalChess 0.6.3 Linux</PublishDir>
1212
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
1313
<SelfContained>true</SelfContained>
14-
<PublishSingleFile>True</PublishSingleFile>
15-
<PublishReadyToRun>False</PublishReadyToRun>
16-
<PublishTrimmed>True</PublishTrimmed>
14+
<PublishSingleFile>true</PublishSingleFile>
15+
<PublishTrimmed>true</PublishTrimmed>
1716
</PropertyGroup>
1817
</Project>

MinimalChessEngine/Properties/PublishProfiles/Mac x64.pubxml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
77
<PublishProtocol>FileSystem</PublishProtocol>
88
<Configuration>Release</Configuration>
99
<Platform>Any CPU</Platform>
10-
<TargetFramework>net5.0</TargetFramework>
11-
<PublishDir>D:\Projekte\Chess\Builds\MinimalChess 0.6 Mac</PublishDir>
10+
<TargetFramework>net9.0</TargetFramework>
11+
<PublishDir>..\Builds\MinimalChess 0.6.3 Mac</PublishDir>
1212
<RuntimeIdentifier>osx-x64</RuntimeIdentifier>
1313
<SelfContained>true</SelfContained>
14-
<PublishSingleFile>True</PublishSingleFile>
15-
<PublishReadyToRun>False</PublishReadyToRun>
16-
<PublishTrimmed>True</PublishTrimmed>
14+
<PublishSingleFile>true</PublishSingleFile>
15+
<PublishTrimmed>true</PublishTrimmed>
1716
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
1817
</PropertyGroup>
1918
</Project>

MinimalChessEngine/Properties/PublishProfiles/Windows x64.pubxml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
77
<PublishProtocol>FileSystem</PublishProtocol>
88
<Configuration>Release</Configuration>
99
<Platform>Any CPU</Platform>
10-
<TargetFramework>net6.0</TargetFramework>
11-
<PublishDir>D:\Projekte\Chess\Builds\MinimalChess 0.6.2 Windows</PublishDir>
10+
<TargetFramework>net9.0</TargetFramework>
11+
<PublishDir>..\Builds\MinimalChess 0.6.3 Windows</PublishDir>
1212
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1313
<SelfContained>true</SelfContained>
14-
<PublishSingleFile>True</PublishSingleFile>
15-
<PublishReadyToRun>False</PublishReadyToRun>
16-
<PublishTrimmed>True</PublishTrimmed>
14+
<PublishSingleFile>true</PublishSingleFile>
15+
<PublishReadyToRun>false</PublishReadyToRun>
16+
<PublishTrimmed>true</PublishTrimmed>
1717
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
1818
</PropertyGroup>
1919
</Project>

0 commit comments

Comments
 (0)