Skip to content

Commit

Permalink
Merge pull request #37 from egvijayanand/working
Browse files Browse the repository at this point in the history
Solution updated to .NET 9 Preview 4
  • Loading branch information
egvijayanand authored May 21, 2024
2 parents 2215089 + fcd2d06 commit fbc052c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

# Allows you to run this workflow manually from the Actions tab
env:
DOTNET_VERSION: '9.0.100-preview.3.24204.13'
DOTNET_VERSION: '9.0.100-preview.4.24267.66'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

# Allows you to run this workflow manually from the Actions tab
env:
DOTNET_VERSION: '9.0.100-preview.3.24204.13'
DOTNET_VERSION: '9.0.100-preview.4.24267.66'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
2 changes: 1 addition & 1 deletion src/BlazorApp/BlazorApp/BlazorApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

<PackageReference Include="Blazored.LocalStorage" Version="4.2.0" />
<PackageReference Include="Blazored.Modal" Version="6.0.1" />
<PackageReference Include="CommunityToolkit.Maui" Version="8.*" />
<PackageReference Include="CommunityToolkit.Maui" Version="9.*" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.*" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="9.*-*" />
<PackageReference Include="Microsoft.Extensions.Http" Version="9.*-*" />
Expand Down

0 comments on commit fbc052c

Please sign in to comment.