Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Hobart2967/GoDough
Browse files Browse the repository at this point in the history
  • Loading branch information
Hobart2967 committed Aug 23, 2024
2 parents a5cd991 + b512a4c commit 2635684
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions GoDough.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.0"/>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.0"/>
</ItemGroup>
<ItemGroup>
<None Include=".\README.md" Pack="true" PackagePath="\" />
<None Include=".\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>
</Project>

0 comments on commit 2635684

Please sign in to comment.