Skip to content

Commit 743b800

Browse files
committed
chore: bump version 10.0.0
1 parent 5a6491b commit 743b800

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/tools/BootstrapBlazor.CssBundler/BootstrapBlazor.CssBundler.csproj

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

33
<PropertyGroup>
4-
<Version>1.0.1</Version>
4+
<Version>10.0.0</Version>
55
<OutputType>Exe</OutputType>
6-
<TargetFramework>net9.0</TargetFramework>
6+
<TargetFramework>net10.0</TargetFramework>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Nullable>enable</Nullable>
99
</PropertyGroup>
1010

1111
<PropertyGroup>
12-
<TargetFrameworks>net9.0</TargetFrameworks>
12+
<TargetFrameworks>net10.0</TargetFrameworks>
1313
</PropertyGroup>
1414

1515
<PropertyGroup>

0 commit comments

Comments
 (0)