Skip to content

Commit

Permalink
Downgrade NuGet depedencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Lécaillon committed Jan 15, 2025
1 parent 91ddcd5 commit cd71a0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Cassette/Cassette.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
6 changes: 3 additions & 3 deletions src/Cassette/Cassette.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Cassette.Http</id>
<version>1.1.1</version>
<version>1.1.2</version>
<authors>Philippe Lécaillon</authors>
<owners>Philippe Lécaillon</owners>
<summary>Records and replays successful HTTP responses in your testing environment.</summary>
Expand All @@ -17,8 +17,8 @@
<tags>cassette cassette.http integration-tests continuous-integration httpclient middleware message-handler cache distributed-cache</tags>
<dependencies>
<group targetFramework="net8.0">
<dependency id="Microsoft.Extensions.Caching.Abstractions" version="8.0.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Http" version="8.0.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Caching.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Http" version="6.0.0" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit cd71a0c

Please sign in to comment.