Skip to content

Commit 4113a6e

Browse files
committed
Updated to Blazor GA (no preview packages)
1 parent 3d9b5e6 commit 4113a6e

File tree

5 files changed

+14
-31
lines changed

5 files changed

+14
-31
lines changed

src/Blazor.Extensions.Canvas/Blazor.Extensions.Canvas.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@
1717
<LangVersion>7.3</LangVersion>
1818
<RazorLangVersion>3.0</RazorLangVersion>
1919
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
20+
<TargetFramework>netstandard2.1</TargetFramework>
2021
</PropertyGroup>
2122

2223
<ItemGroup>
23-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.0-preview1.19508.20" />
24+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.5" />
2425
</ItemGroup>
2526

2627
<ItemGroup>

0 commit comments

Comments
 (0)