Skip to content

Commit

Permalink
update to asp net 5
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisloge committed Oct 24, 2020
1 parent 13c41d8 commit c873b42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions FlatpickrBlazor.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RazorLangVersion>3.0</RazorLangVersion>
<TargetFramework>net5.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageProjectUrl>https://github.com/mathisloge/FlatpickrBlazor</PackageProjectUrl>
Expand All @@ -16,13 +15,14 @@
<Authors>Mathis Logemann</Authors>
<Company>WebTechnologies</Company>
<Description>Makes use of https://github.com/flatpickr/flatpickr</Description>
<Version>1.0.1</Version>
<Version>5.0.0</Version>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
</PropertyGroup>


<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.9" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.9" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="5.0.0-rc.2.20475.17" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="5.0.0-rc.2.20475.17" />
</ItemGroup>


Expand Down

0 comments on commit c873b42

Please sign in to comment.