Skip to content

Commit

Permalink
refs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Aug 13, 2023
1 parent 4fca5f7 commit ac158e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DiffEngine.Tests/DiffEngine.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<Using Include="DiffEngine" />
<PackageReference Include="MarkdownSnippets.MsBuild" Version="25.0.1" />
<PackageReference Include="MarkdownSnippets.MsBuild" Version="25.0.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.0" />
<PackageReference Include="Argon" Version="0.7.2" />
<PackageReference Include="Xunit" Version="2.5.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.306",
"version": "7.0.400",
"allowPrerelease": true,
"rollForward": "latestFeature"
}
Expand Down

0 comments on commit ac158e2

Please sign in to comment.