Skip to content

Commit 38b4831

Browse files
committed
build: add .NET 11 on target frameworks
1 parent a9d4ba8 commit 38b4831

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/Kaonavi.NET.Core/Kaonavi.NET.Core.csproj

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

33
<PropertyGroup>
4-
<TargetFrameworks>net10.0;net9.0;net8.0</TargetFrameworks>
4+
<TargetFrameworks>net11.0;net10.0;net9.0;net8.0</TargetFrameworks>
55
<Description>Core Libraries of Kaonavi.NET</Description>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<RootNamespace>Kaonavi.Net</RootNamespace>

src/Kaonavi.NET.Server/Kaonavi.NET.Server.csproj

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

33
<PropertyGroup>
4-
<TargetFrameworks>net10.0;net9.0;net8.0</TargetFrameworks>
4+
<TargetFrameworks>net11.0;net10.0;net9.0;net8.0</TargetFrameworks>
55
<RootNamespace>Kaonavi.Net.Server</RootNamespace>
66
<IsAotCompatible>true</IsAotCompatible>
77

src/Kaonavi.NET/Kaonavi.NET.csproj

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

33
<PropertyGroup>
4-
<TargetFrameworks>net10.0;net9.0;net8.0</TargetFrameworks>
4+
<TargetFrameworks>net11.0;net10.0;net9.0;net8.0</TargetFrameworks>
55
<!-- This project is meta package -->
66
<IncludeBuildOutput>false</IncludeBuildOutput>
77
<IncludeContentInPack>true</IncludeContentInPack>

test/Kaonavi.NET.Core.Tests/Kaonavi.NET.Core.Tests.csproj

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

33
<PropertyGroup>
4-
<TargetFrameworks>net10.0;net9.0;net8.0</TargetFrameworks>
4+
<TargetFrameworks>net11.0;net10.0;net9.0;net8.0</TargetFrameworks>
55
<RootNamespace>Kaonavi.Net.Tests</RootNamespace>
66
<IsAotCompatible>true</IsAotCompatible>
77
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>

test/Kaonavi.NET.Server.Tests/Kaonavi.NET.Server.Tests.csproj

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

33
<PropertyGroup>
4-
<TargetFrameworks>net10.0;net9.0;net8.0</TargetFrameworks>
4+
<TargetFrameworks>net11.0;net10.0;net9.0;net8.0</TargetFrameworks>
55
<RootNamespace>Kaonavi.Net.Server.Tests</RootNamespace>
66
<IsAotCompatible>true</IsAotCompatible>
77
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>

0 commit comments

Comments
 (0)