We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4755d2d commit b1ba61fCopy full SHA for b1ba61f
.github/workflows/pack.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup .NET Core SDK
21
uses: actions/setup-dotnet@v4
22
with:
23
- dotnet-version: 9.0.x
+ dotnet-version: 10.0.x
24
25
- name: Cache NuGet packages
26
uses: actions/cache@v4
src/BootstrapBlazor/BootstrapBlazor.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk.Razor">
2
3
<PropertyGroup>
4
- <Version>9.11.1</Version>
+ <Version>9.11.2-beta01</Version>
5
</PropertyGroup>
6
7
<ItemGroup>
0 commit comments