init
This commit is contained in:
19
Ocelot.Provider.Nacos/Ocelot.Provider.Nacos.csproj
Normal file
19
Ocelot.Provider.Nacos/Ocelot.Provider.Nacos.csproj
Normal file
@@ -0,0 +1,19 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<Copyright>softlgl</Copyright>
|
||||
<Owners>softlgl</Owners>
|
||||
<PackageProjectUrl>https://github.com/softlgl/Ocelot.Provider.Nacos</PackageProjectUrl>
|
||||
<Title>Ocelot.Provider.Nacos</Title>
|
||||
<Description>Repo for Nacos integration with Ocelot</Description>
|
||||
<Version>1.2.1</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="nacos-sdk-csharp" Version="1.3.5" />
|
||||
<PackageReference Include="Ocelot" Version="20.0.0" />
|
||||
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.1" />
|
||||
<PackageReference Include="EasyCaching.InMemory" Version="1.9.2" />
|
||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user