Skip to content

Commit

Permalink
version increased
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Jul 10, 2024
1 parent 9bdaeca commit 2d4dc8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<Nullable>enable</Nullable>
<TargetFramework>netstandard2.1</TargetFramework>

<Version>2.0.1</Version>
<Version>2.0.4</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<TargetFrameworks>net8.0;net7.0;net6.0</TargetFrameworks>
<Nullable>enable</Nullable>

<Version>2.0.3</Version>
<Version>2.0.4</Version>
</PropertyGroup>

<ItemGroup>
Expand All @@ -37,12 +37,6 @@
<PackageReference Update="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.*" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<PackageReference Update="Microsoft.AspNetCore.Authorization" Version="7.0.*" />
<PackageReference Update="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.*" />
<PackageReference Update="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.*" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Update="Microsoft.AspNetCore.Authorization" Version="8.0.*" />
<PackageReference Update="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.*" />
Expand Down
9 changes: 1 addition & 8 deletions src/Nager.Authentication/Nager.Authentication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<Nullable>enable</Nullable>
<TargetFrameworks>net8.0;net7.0;net6.0</TargetFrameworks>

<Version>2.0.3</Version>
<Version>2.0.4</Version>
</PropertyGroup>

<ItemGroup>
Expand All @@ -38,13 +38,6 @@
<PackageReference Update="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="6.0.*" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<PackageReference Update="Microsoft.Extensions.Caching.Abstractions" Version="7.0.*" />
<PackageReference Update="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.*" />
<PackageReference Update="Microsoft.Extensions.Logging.Abstractions" Version="7.0.*" />
<PackageReference Update="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="7.0.*" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Update="Microsoft.Extensions.Caching.Abstractions" Version="8.0.*" />
<PackageReference Update="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.*" />
Expand Down

0 comments on commit 2d4dc8a

Please sign in to comment.