We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888dc8f commit 5fb9fe4Copy full SHA for 5fb9fe4
1 file changed
BlazorDialog/BlazorDialog.csproj
@@ -2,7 +2,6 @@
2
3
<PropertyGroup>
4
<TargetFramework>net7.0</TargetFramework>
5
- <RazorLangVersion>3.0</RazorLangVersion>
6
<IsPackable>true</IsPackable>
7
8
@@ -16,7 +15,7 @@
16
15
<Copyright />
17
<PackageTags>blazor blazor-component blazor-dialog dialog modal blazor-modal blazordialog blazormodaldialog blazormodal razor razor-components razorcomponents</PackageTags>
18
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
19
- <Version>1.6.0</Version>
+ <Version>2.0.0</Version>
20
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
21
<Product>BlazorDialog</Product>
22
</PropertyGroup>
0 commit comments