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.
2 parents adbc10c + 9e24c4d commit a5224a6Copy full SHA for a5224a6
src/Simplify.Web.MessageBox/Simplify.Web.MessageBox.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<TargetFrameworks>net6.0;net5.0;netstandard2.0;net462</TargetFrameworks>
4
<LangVersion>latest</LangVersion>
@@ -30,7 +30,7 @@
30
<Content Include="Templates\App_Packages\Simplify.Web.MessageBox\OkMessageBox.tpl" />
31
</ItemGroup>
32
<ItemGroup>
33
- <PackageReference Include="Simplify.Web" Version="4.6.0" />
+ <PackageReference Include="Simplify.Web" Version="4.7.0" />
34
35
36
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
0 commit comments