Skip to content

Commit 4dd95de

Browse files
committed
Net10
1 parent 7d6b0d4 commit 4dd95de

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

src/FunFair.BuildCheck.Helpers/FunFair.BuildCheck.Helpers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<RepositoryUrl>https://github.com/funfair-tech/funfair-build-check</RepositoryUrl>
4141
<RunAOTCompilation>false</RunAOTCompilation>
4242
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
43-
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
43+
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
4444
<TieredCompilation>true</TieredCompilation>
4545
<TieredPGO>true</TieredPGO>
4646
<TreatSpecificWarningsAsErrors />

src/FunFair.BuildCheck.Interfaces/FunFair.BuildCheck.Interfaces.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<RepositoryUrl>https://github.com/funfair-tech/funfair-build-check</RepositoryUrl>
4141
<RunAOTCompilation>false</RunAOTCompilation>
4242
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
43-
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
43+
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
4444
<TieredCompilation>true</TieredCompilation>
4545
<TieredPGO>true</TieredPGO>
4646
<TreatSpecificWarningsAsErrors />

src/FunFair.BuildCheck.ProjectChecks/FunFair.BuildCheck.ProjectChecks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<RepositoryUrl>https://github.com/funfair-tech/funfair-build-check</RepositoryUrl>
4141
<RunAOTCompilation>false</RunAOTCompilation>
4242
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
43-
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
43+
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
4444
<TieredCompilation>true</TieredCompilation>
4545
<TieredPGO>true</TieredPGO>
4646
<TreatSpecificWarningsAsErrors />

src/FunFair.BuildCheck.Runner.Tests/FunFair.BuildCheck.Runner.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<OptimizationPreference>speed</OptimizationPreference>
3131
<OutputType>Exe</OutputType>
3232
<RunAOTCompilation>false</RunAOTCompilation>
33-
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
33+
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
3434
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
3535
<TieredCompilation>true</TieredCompilation>
3636
<TieredPGO>true</TieredPGO>

src/FunFair.BuildCheck.Runner/FunFair.BuildCheck.Runner.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<RepositoryUrl>https://github.com/funfair-tech/funfair-build-check</RepositoryUrl>
4141
<RunAOTCompilation>false</RunAOTCompilation>
4242
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
43-
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
43+
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
4444
<TieredCompilation>true</TieredCompilation>
4545
<TieredPGO>true</TieredPGO>
4646
<TreatSpecificWarningsAsErrors />

src/FunFair.BuildCheck.SolutionChecks/FunFair.BuildCheck.SolutionChecks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<RepositoryUrl>https://github.com/funfair-tech/funfair-build-check</RepositoryUrl>
4141
<RunAOTCompilation>false</RunAOTCompilation>
4242
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
43-
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
43+
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
4444
<TieredCompilation>true</TieredCompilation>
4545
<TieredPGO>true</TieredPGO>
4646
<TreatSpecificWarningsAsErrors />

src/FunFair.BuildCheck.Tests/FunFair.BuildCheck.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<OptimizationPreference>speed</OptimizationPreference>
3131
<OutputType>Exe</OutputType>
3232
<RunAOTCompilation>false</RunAOTCompilation>
33-
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
33+
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
3434
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
3535
<TieredCompilation>true</TieredCompilation>
3636
<TieredPGO>true</TieredPGO>

src/FunFair.BuildCheck/FunFair.BuildCheck.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<RunAOTCompilation>false</RunAOTCompilation>
4343
<RuntimeIdentifiers>win-x64;win-arm64;osx-x64;osx-arm64;linux-x64;linux-arm64</RuntimeIdentifiers>
4444
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
45-
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
45+
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
4646
<TieredCompilation>true</TieredCompilation>
4747
<TieredPGO>true</TieredPGO>
4848
<ToolCommandName>buildcheck</ToolCommandName>

0 commit comments

Comments
 (0)