Skip to content

Commit

Permalink
chore: Fix build issue :v
Browse files Browse the repository at this point in the history
  • Loading branch information
VelvetToroyashi committed Mar 17, 2024
1 parent 5dac26a commit 0e5783d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
<PackageVersion Include="Remora.Results" Version="7.4.1" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageVersion Include="Remora.Results.Analyzers" Version="1.0.2" />
<PackageReference Include="OneOf" Version="3.0.223" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Remora.Commands/Remora.Commands.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="OneOf"/>
<PackageReference Include="Remora.Results"/>
<PackageReference Include="OneOf" Version="3.0.223" />
<PackageReference Update="Remora.Results.Analyzers" Version="1.0.0" />
<PackageReference Update="Remora.Results.Analyzers"/>
</ItemGroup>
</Project>

0 comments on commit 0e5783d

Please sign in to comment.