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 d983520 commit ddbfa8dCopy full SHA for ddbfa8d
src/BootstrapBlazor/BootstrapBlazor.csproj
@@ -1,9 +1,13 @@
1
<Project Sdk="Microsoft.NET.Sdk.Razor">
2
3
- <PropertyGroup>
+ <PropertyGroup Condition="'$(VisualStudioVersion)' == '17.0'">
4
<Version>9.11.5-beta01</Version>
5
</PropertyGroup>
6
7
+ <PropertyGroup Condition="'$(VisualStudioVersion)' == '18.0'">
8
+ <Version>10.0.0-rc.2.1.0</Version>
9
+ </PropertyGroup>
10
+
11
<ItemGroup>
12
<Content Remove="Locales\*.json" />
13
<EmbeddedResource Include="Locales\*.json" />
0 commit comments