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 380333e commit 1d50181Copy full SHA for 1d50181
1 file changed
src/components/BootstrapBlazor.Dom2Image/BootstrapBlazor.Dom2Image.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk.Razor">
2
3
<PropertyGroup>
4
- <Version>9.0.0-beta01</Version>
+ <Version>9.0.0</Version>
5
</PropertyGroup>
6
7
@@ -10,12 +10,12 @@
10
11
12
<ItemGroup>
13
- <Content Remove="wwwroot\lib\snapdom.mjs" />
14
- <None Include="wwwroot\lib\snapdom.mjs" />
+ <Content Remove="wwwroot\lib\snapdom.mjs"/>
+ <None Include="wwwroot\lib\snapdom.mjs"/>
15
</ItemGroup>
16
17
18
- <PackageReference Include="BootstrapBlazor" Version="9.0.0" />
+ <PackageReference Include="BootstrapBlazor" Version="9.0.0"/>
19
20
21
</Project>
0 commit comments