Skip to content

Commit 8c4428c

Browse files
committed
Revert "misc: downgrade target framework from net9.0 to net8.0 in project files"
This reverts commit 85b35f0.
1 parent 9563c41 commit 8c4428c

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

Yubico.Core/tests/Yubico.Core.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License. -->
1818
<AssemblyName>Yubico.Core.UnitTests</AssemblyName>
1919
<RootNamespace></RootNamespace>
2020

21-
<TargetFramework>net8.0</TargetFramework>
21+
<TargetFramework>net9.0</TargetFramework>
2222
<AnalysisMode>Minimum</AnalysisMode>
2323

2424
<!-- StrongName signing -->

Yubico.YubiKey/examples/Fido2SampleCode/Fido2SampleCode.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ limitations under the License. -->
1515
<Project Sdk="Microsoft.NET.Sdk">
1616
<PropertyGroup>
1717
<OutputType>Exe</OutputType>
18-
<TargetFramework>net8.0</TargetFramework>
18+
<TargetFramework>net9.0</TargetFramework>
1919
<Nullable>disable</Nullable>
2020
<IsPackable>false</IsPackable>
2121
<AnalysisMode>AllDisabledByDefault</AnalysisMode>

Yubico.YubiKey/examples/OathSampleCode/OathSampleCode.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ limitations under the License. -->
1616

1717
<PropertyGroup>
1818
<OutputType>Exe</OutputType>
19-
<TargetFramework>net8.0</TargetFramework>
19+
<TargetFramework>net9.0</TargetFramework>
2020
<Nullable>disable</Nullable>
2121
<IsPackable>false</IsPackable>
2222
<AnalysisMode>AllDisabledByDefault</AnalysisMode>

Yubico.YubiKey/examples/PivSampleCode/PivSampleCode.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ limitations under the License. -->
1616

1717
<PropertyGroup>
1818
<OutputType>Exe</OutputType>
19-
<TargetFramework>net8.0</TargetFramework>
19+
<TargetFramework>net9.0</TargetFramework>
2020
<Nullable>disable</Nullable>
2121
<IsPackable>false</IsPackable>
2222
<AnalysisMode>AllDisabledByDefault</AnalysisMode>

Yubico.YubiKey/examples/SharedSampleCode/SharedSampleCode.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ limitations under the License. -->
1515
<Project Sdk="Microsoft.NET.Sdk">
1616

1717
<PropertyGroup>
18-
<TargetFramework>net8.0</TargetFramework>
18+
<TargetFramework>net9.0</TargetFramework>
1919
<IsPackable>false</IsPackable>
2020
<AnalysisMode>AllDisabledByDefault</AnalysisMode>
2121
</PropertyGroup>

Yubico.YubiKey/examples/U2fSampleCode/U2fSampleCode.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ limitations under the License. -->
1616

1717
<PropertyGroup>
1818
<OutputType>Exe</OutputType>
19-
<TargetFramework>net8.0</TargetFramework>
19+
<TargetFramework>net9.0</TargetFramework>
2020
<Nullable>disable</Nullable>
2121
<IsPackable>false</IsPackable>
2222
<AnalysisMode>AllDisabledByDefault</AnalysisMode>

Yubico.YubiKey/tests/integration/Yubico.YubiKey.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License. -->
1919
<RootNamespace></RootNamespace>
2020
<PackageId>Yubico.YubiKey.IntegrationTests</PackageId>
2121

22-
<TargetFramework>net8.0</TargetFramework>
22+
<TargetFramework>net9.0</TargetFramework>
2323

2424
<AnalysisMode>AllDisabledByDefault</AnalysisMode>
2525

Yubico.YubiKey/tests/sandbox/Yubico.YubiKey.TestApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License. -->
2020
<RootNamespace>Yubico.YubiKey.TestApp</RootNamespace>
2121
<PackageId>Yubico.YubiKey.TestApp</PackageId>
2222

23-
<TargetFramework>net8.0</TargetFramework>
23+
<TargetFramework>net9.0</TargetFramework>
2424
<OutputType>Exe</OutputType>
2525

2626
<AnalysisMode>AllDisabledByDefault</AnalysisMode>

Yubico.YubiKey/tests/unit/Yubico.YubiKey.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License. -->
1919
<PackageId>Yubico.YubiKey.UnitTests</PackageId>
2020
<RootNamespace></RootNamespace>
2121

22-
<TargetFramework>net8.0</TargetFramework>
22+
<TargetFramework>net9.0</TargetFramework>
2323

2424
<AnalysisMode>AllDisabledByDefault</AnalysisMode>
2525

Yubico.YubiKey/tests/utilities/Yubico.YubiKey.TestUtilities.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License. -->
1919
<RootNamespace></RootNamespace>
2020
<PackageId>Yubico.YubiKey.TestUtilities</PackageId>
2121

22-
<TargetFramework>net8.0</TargetFramework>
22+
<TargetFramework>net9.0</TargetFramework>
2323

2424
<AnalysisMode>Minimum</AnalysisMode>
2525

0 commit comments

Comments
 (0)