Skip to content

Commit 9b03143

Browse files
authored
Merge pull request #102 from Ken-Tucker/update_nuget_packages
Update to .NET 10, latest actions, and package versions
2 parents e43196b + 47bba6d commit 9b03143

8 files changed

Lines changed: 22 additions & 22 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ jobs:
3535

3636
# Initializes the CodeQL tools for scanning.
3737
- name: Initialize CodeQL
38-
uses: github/codeql-action/init@v3
38+
uses: github/codeql-action/init@v4
3939
with:
4040
config-file: ./.github/codeql/codeql-config.yml # <-- add this line
4141

4242
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4343
# If this step fails, then you should remove it and run the build manually (see below)
4444
- name: Setup .NET
45-
uses: actions/setup-dotnet@v4
45+
uses: actions/setup-dotnet@v5
4646
with:
47-
dotnet-version: 9.0.x
47+
dotnet-version: 10.0.x
4848
- name: Setup Java SDK
4949
uses: actions/setup-java@v4
5050
with:
@@ -74,5 +74,5 @@ jobs:
7474
# make release
7575

7676
- name: Perform CodeQL Analysis
77-
uses: github/codeql-action/analyze@v3
77+
uses: github/codeql-action/analyze@v4
7878

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: Setup .NET
25-
uses: actions/setup-dotnet@v4
25+
uses: actions/setup-dotnet@v5
2626
with:
2727
dotnet-version: 9.0.x
2828
- name: Get run ID of "Build" workflow

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ env:
1616
jobs:
1717
build:
1818

19-
runs-on: windows-2022
19+
runs-on: windows-2025
2020

2121
steps:
2222
- uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0 # avoid shallow clone so nbgv can do its work
2525
- name: Setup .NET
26-
uses: actions/setup-dotnet@v4
26+
uses: actions/setup-dotnet@v5
2727
with:
28-
dotnet-version: 9.0.x
28+
dotnet-version: 10.0.x
2929
- name: Setup Java SDK
3030
uses: actions/setup-java@v4
3131
with:

ClientNoSqlDB.Samples.Maui/ClientNoSqlDB.Samples.Maui.csproj

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

33
<PropertyGroup>
4-
<TargetFrameworks>net9.0-android;net9.0-ios;</TargetFrameworks>
5-
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net9.0-windows10.0.19041.0</TargetFrameworks>
4+
<TargetFrameworks>net10.0-ios;;net10.0-android36.0</TargetFrameworks>
5+
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net10.0-windows10.0.22621.0</TargetFrameworks>
66
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
77
<!-- <TargetFrameworks>$(TargetFrameworks);net8.0-tizen</TargetFrameworks> -->
88
<OutputType>Exe</OutputType>
@@ -25,8 +25,8 @@
2525
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
2626
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">14.0</SupportedOSPlatformVersion>
2727
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion>
28-
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion>
29-
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion>
28+
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.18362.1</SupportedOSPlatformVersion>
29+
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.18362.1</TargetPlatformMinVersion>
3030
</PropertyGroup>
3131

3232
<ItemGroup>
@@ -59,8 +59,8 @@
5959

6060
<ItemGroup>
6161
<PackageReference Include="Caliburn.Micro.Maui" Version="5.0.183-beta" />
62-
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.110" />
63-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.9" />
62+
<PackageReference Include="Microsoft.Maui.Controls" Version="10.0.11" />
63+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="10.0.0" />
6464
</ItemGroup>
6565

6666
<ItemGroup>
@@ -74,7 +74,7 @@
7474
</ItemGroup>
7575

7676
<ItemGroup>
77-
<PackageReference Update="Nerdbank.GitVersioning" Version="3.8.118" />
77+
<PackageReference Update="Nerdbank.GitVersioning" Version="3.9.50" />
7878
</ItemGroup>
7979
<ItemGroup>
8080
<NugetAuditSuppress Include="Uri"></NugetAuditSuppress>

ClientNoSqlDB.Samples.NetCore/ClientNoSqlDB.Samples.NetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Update="Nerdbank.GitVersioning" Version="3.8.118" />
13+
<PackageReference Update="Nerdbank.GitVersioning" Version="3.9.50" />
1414
</ItemGroup>
1515

1616
</Project>

ClientNoSqlDB.Tests/ClientNoSqlDB.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
<PrivateAssets>all</PrivateAssets>
@@ -18,15 +18,15 @@
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
<PrivateAssets>all</PrivateAssets>
2020
</PackageReference>
21-
<PackageReference Include="xunit.v3" Version="3.2.0" />
21+
<PackageReference Include="xunit.v3" Version="3.2.1" />
2222
</ItemGroup>
2323

2424
<ItemGroup>
2525
<ProjectReference Include="..\ClientNoSqlDB\ClientNoSqlDB.csproj" />
2626
</ItemGroup>
2727

2828
<ItemGroup>
29-
<PackageReference Update="Nerdbank.GitVersioning" Version="3.8.118" />
29+
<PackageReference Update="Nerdbank.GitVersioning" Version="3.9.50" />
3030
</ItemGroup>
3131

3232
</Project>

ClientNoSqlDB/ClientNoSqlDB.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
</None>
3737
</ItemGroup>
3838
<ItemGroup>
39-
<PackageReference Include="Microsoft.Sbom.Targets" Version="4.1.2">
39+
<PackageReference Include="Microsoft.Sbom.Targets" Version="4.1.4">
4040
<PrivateAssets>all</PrivateAssets>
4141
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4242
</PackageReference>
4343
</ItemGroup>
4444
<ItemGroup>
45-
<PackageReference Update="Nerdbank.GitVersioning" Version="3.8.118" />
45+
<PackageReference Update="Nerdbank.GitVersioning" Version="3.9.50" />
4646
</ItemGroup>
4747
</Project>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.x",
3+
"version": "10.0.0",
44
"rollForward": "latestFeature"
55
},
66
"msbuild-sdks": {

0 commit comments

Comments
 (0)