Skip to content

Commit

Permalink
Mehigh17#54 Upgrade to .NET 5
Browse files Browse the repository at this point in the history
  • Loading branch information
erikthysell committed Mar 10, 2021
1 parent 3d80978 commit 86927c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
9 changes: 4 additions & 5 deletions BlazorLeaflet/BlazorLeaflet/BlazorLeaflet.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RazorLangVersion>3.0</RazorLangVersion>
<TargetFramework>net5.0</TargetFramework>
<Version>0.4.0-alpha</Version>
<Authors>Mihai Stan</Authors>
<Company />
Expand All @@ -19,8 +18,8 @@


<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.0.0-rc1.19457.4" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.0.0-rc1.19457.4" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="5.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="5.0.4" />
</ItemGroup>

</Project>

0 comments on commit 86927c4

Please sign in to comment.