diff options
-rw-r--r-- | RhSolutions.Api/RhSolutions.Api.csproj | 2 | ||||
-rw-r--r-- | nuget.config | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/RhSolutions.Api/RhSolutions.Api.csproj b/RhSolutions.Api/RhSolutions.Api.csproj index 04c300a..5f3c430 100644 --- a/RhSolutions.Api/RhSolutions.Api.csproj +++ b/RhSolutions.Api/RhSolutions.Api.csproj @@ -22,7 +22,7 @@ <PackageReference Include="Microsoft.ML" Version="3.0.1" /> <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.2" /> <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.Design" Version="1.1.0" /> - <PackageReference Include="Rhsolutions.ProductSku" Version="1.0.2" /> + <PackageReference Include="RhSolutions.ProductSku" Version="1.0.3" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" /> <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.5.1" /> </ItemGroup> diff --git a/nuget.config b/nuget.config deleted file mode 100644 index c58c656..0000000 --- a/nuget.config +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<configuration> - <packageSources> - <add key="Cebotari gitea" value="https://gitea.cebotari.ru/api/packages/chebser/nuget/index.json" /> - </packageSources> -</configuration> |