Skip to content

Commit

Permalink
Upgrade to Andraste.Shared 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MeFisto94 committed Mar 18, 2024
1 parent a4838b5 commit b431f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Andraste.Host.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>net48</TargetFramework>
<LangVersion>8.0</LangVersion>
<PackageId>Andraste.Host</PackageId>
<Version>0.2.0</Version>
Expand All @@ -15,7 +15,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Andraste.EasyHook" Version="1.0.2" />
<PackageReference Include="Andraste.Shared" Version="0.2.0" />
<PackageReference Include="Andraste.Shared" Version="0.2.2" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
</ItemGroup>
</Project>

0 comments on commit b431f51

Please sign in to comment.