Skip to content

Commit

Permalink
Update to .net 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Henk Kin authored and Henk Kin committed Nov 16, 2020
1 parent 9e59245 commit 4e8211e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions Identifiers.AspNetCore.Tests/Identifiers.AspNetCore.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">

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

<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="Moq" Version="4.13.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.0" />
<PackageReference Include="Moq" Version="4.15.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="1.2.1">
<PackageReference Include="coverlet.collector" Version="1.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
8 changes: 4 additions & 4 deletions Identifiers.AspNetCore/Identifiers.AspNetCore.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<Authors>Henk Kin</Authors>
<Company>Henk Kin</Company>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -12,7 +12,7 @@
<PackageTags>Identifiers id int guid AspNetCore integration Identifiers DI DependencyInjection AspNet Core</PackageTags>
<Description>AspNetCore integration for Identifiers with DependencyInjection integration</Description>
<Copyright>Henk Kin</Copyright>
<Version>1.0.7</Version>
<Version>5.0.0</Version>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
Expand All @@ -24,7 +24,7 @@
<ItemGroup>
<PackageReference Include="Identifiers" Version="1.0.7" />
<PackageReference Include="Identifiers.Extensions.Newtonsoft.Json" Version="1.0.7" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.3" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.0-beta-20204-02" PrivateAssets="All" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Identifiers.AspNetCore

The Identifiers.AspNetCore library is an extension on [Identifiers](https://github.com/HenkKin/Identifiers/).

This library is Cross-platform, supporting `netstandard2.1`.
This library is supporting `net5.0`.

### Installing Identifiers.AspNetCore

Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 1.0.{build}
version: 5.0.{build}
image:
- Visual Studio 2019
- Visual Studio 2019 Preview

build_script:
- cmd: dotnet build
Expand Down

0 comments on commit 4e8211e

Please sign in to comment.