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 5a6491b commit 743b800Copy full SHA for 743b800
1 file changed
src/tools/BootstrapBlazor.CssBundler/BootstrapBlazor.CssBundler.csproj
@@ -1,15 +1,15 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <Version>1.0.1</Version>
+ <Version>10.0.0</Version>
5
<OutputType>Exe</OutputType>
6
- <TargetFramework>net9.0</TargetFramework>
+ <TargetFramework>net10.0</TargetFramework>
7
<ImplicitUsings>enable</ImplicitUsings>
8
<Nullable>enable</Nullable>
9
</PropertyGroup>
10
11
12
- <TargetFrameworks>net9.0</TargetFrameworks>
+ <TargetFrameworks>net10.0</TargetFrameworks>
13
14
15
0 commit comments