Netmash.Security.Authentication.Identity .net 6 upgrade

master
Tudor Stanciu 2023-01-15 02:07:40 +02:00
parent 90be9c755b
commit ae53479727
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ dotnet nuget push Netmash.Extensions.Swagger.1.0.6.nupkg -k ****KEY**** -s https
dotnet nuget push Netmash.Extensions.Http.1.0.0.nupkg -k ****KEY**** -s https://lab.code-rove.com/public-nuget-server/nuget dotnet nuget push Netmash.Extensions.Http.1.0.0.nupkg -k ****KEY**** -s https://lab.code-rove.com/public-nuget-server/nuget
dotnet nuget push Netmash.Security.Authentication.Identity.1.0.7.nupkg -k ****KEY**** -s https://lab.code-rove.com/public-nuget-server/nuget dotnet nuget push Netmash.Security.Authentication.Identity.1.0.8.nupkg -k ****KEY**** -s https://lab.code-rove.com/public-nuget-server/nuget
dotnet nuget push Netmash.Extensions.Caching.1.0.1.nupkg -k ****KEY**** -s https://lab.code-rove.com/public-nuget-server/nuget dotnet nuget push Netmash.Extensions.Caching.1.0.1.nupkg -k ****KEY**** -s https://lab.code-rove.com/public-nuget-server/nuget

View File

@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
<Description>Add authentication handler with inhouse identity server</Description> <Description>Add authentication handler with inhouse identity server</Description>
<PackageProjectUrl>https://lab.code-rove.com/gitea/bricks/netmash</PackageProjectUrl> <PackageProjectUrl>https://lab.code-rove.com/gitea/bricks/netmash</PackageProjectUrl>
<RepositoryUrl>https://lab.code-rove.com/gitea/bricks/netmash</RepositoryUrl> <RepositoryUrl>https://lab.code-rove.com/gitea/bricks/netmash</RepositoryUrl>
<RepositoryType>Git</RepositoryType> <RepositoryType>Git</RepositoryType>
<PackageTags>Netmash Authentication Identity</PackageTags> <PackageTags>Netmash Authentication Identity</PackageTags>
<Version>1.0.7</Version> <Version>1.0.8</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>