Skip to content

Commit

Permalink
test new version 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sa-es-ir committed Dec 26, 2023
1 parent 98167d8 commit 23befe2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/DotNet.RateLimiter.Demo/DotNet.RateLimiter.Demo.csproj
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>DotNet.RateLimiter.Demo</AssemblyName>
<RootNamespace>DotNet.RateLimiter.Demo</RootNamespace>
<Nullable>disable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DotNetRateLimiter" Version="1.0.7" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
<PackageReference Include="DotNetRateLimiter" Version="1.0.8" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>

<!--<ItemGroup>
Expand Down

0 comments on commit 23befe2

Please sign in to comment.