diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2025-01-28 05:12:16 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2025-01-28 05:12:16 +0300 |
commit | 6b65d4290829b98e6b907b45dbe2b91b214f1297 (patch) | |
tree | 1ac98b8cb777c9a011d4df0ee5ca929531a55788 | |
parent | 66e8300b567c58d3cdd599c092b612249f267323 (diff) |
Switch to nuget.org
-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> |