Skip to content

Commit

Permalink
bump version and update to .net 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Postlagerkarte committed Apr 2, 2021
1 parent 5fc43fa commit 8c6c404
Show file tree
Hide file tree
Showing 5 changed files with 436 additions and 428 deletions.
2 changes: 1 addition & 1 deletion Plk.Blazor.DragDrop.Demo/Plk.Blazor.DragDrop.Demo.csproj
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>
<UserSecretsId>f648770a-26a2-462b-87a0-17835ea631cb</UserSecretsId>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Plk.Blazor.DragDrop.Test/Plk.Blazor.DragDrop.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

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

Expand Down
Loading

0 comments on commit 8c6c404

Please sign in to comment.