Skip to content

Commit 47ce9b7

Browse files
authored
Merge pull request #135 from codemonkey85/dev
Bump SDK, NuGet packages, and GitHub Actions
2 parents ae6e95a + bf80d36 commit 47ce9b7

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/buildandtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# sets up .NET SDK
3030
- name: Setup .NET
31-
uses: actions/setup-dotnet@v5.1.0
31+
uses: actions/setup-dotnet@v5.2.0
3232
with:
3333
global-json-file: ./global.json
3434

.github/workflows/main_aboutcodemonkey85.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
# sets up .NET SDK
2727
- name: Setup .NET
28-
uses: actions/setup-dotnet@v5.1.0
28+
uses: actions/setup-dotnet@v5.2.0
2929
with:
3030
global-json-file: ./global.json
3131

AboutMe/Wasm/AboutMe.Wasm.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
<ItemGroup>
1515
<PackageReference Include="Humanizer" Version="3.0.10"/>
16-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.4"/>
17-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="10.0.4" PrivateAssets="all"/>
18-
<PackageReference Include="MudBlazor" Version="9.1.0"/>
16+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.5"/>
17+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="10.0.5" PrivateAssets="all"/>
18+
<PackageReference Include="MudBlazor" Version="9.2.0"/>
1919
</ItemGroup>
2020

2121
</Project>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"sdk": {
33
"allowPrerelease": false,
44
"rollForward": "latestMinor",
5-
"version": "10.0.104"
5+
"version": "10.0.201"
66
}
77
}

0 commit comments

Comments
 (0)