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 e634563 commit 627cc72Copy full SHA for 627cc72
1 file changed
tools/BootstrapBlazor.LLMsDocsGenerator/BootstrapBlazor.LLMsDocsGenerator.csproj
@@ -1,11 +1,12 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <Version>10.0.0</Version>
+ <Version>10.0.1</Version>
5
<OutputType>Exe</OutputType>
6
<TargetFramework>net10.0</TargetFramework>
7
<ImplicitUsings>enable</ImplicitUsings>
8
<Nullable>enable</Nullable>
9
+ <SatelliteResourceLanguages>false</SatelliteResourceLanguages>
10
</PropertyGroup>
11
12
0 commit comments