Skip to content

Commit

Permalink
Downgrade Microsoft.Bcl.AsyncInterfaces to 6.0.0 to be a) on a stable…
Browse files Browse the repository at this point in the history
… version and b) be in sync with all the other dependencies, as this otherwise caused downstream issues. Bump version to 0.2.1
  • Loading branch information
MeFisto94 committed Mar 18, 2024
1 parent ae0c53e commit 2efc995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Andraste.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Title>Andraste Shared</Title>
<Authors>MeFisto94</Authors>
<PackageId>Andraste.Shared</PackageId>
<PackageVersion>0.2.0</PackageVersion>
<PackageVersion>0.2.1</PackageVersion>
<PackageProjectUrl>https://AndrasteFramework.github.io</PackageProjectUrl>
<!-- <icon>icon.png</icon> -->
<Description>The shared functionality (Host and Payload) of Andraste. Mostly consisting of utility classes and interfaces</Description>
Expand All @@ -26,7 +26,7 @@
<DebugType>pdbonly</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="7.0.0-preview.4.22229.4" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Buffers" Version="4.5.1" />
<PackageReference Include="System.Memory" Version="4.5.4" />
Expand Down

0 comments on commit 2efc995

Please sign in to comment.