Skip to content

Commit

Permalink
updated DefaultDocumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Doraku committed Jan 24, 2024
1 parent 7b871b8 commit ce45f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/DefaultUnDo/DefaultUnDo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DefaultDocumentation" Version="0.8.0" PrivateAssets="all" Condition="'$(GITHUB_ACTIONS)' == 'true' AND '$(TEST)' != 'true' AND '$(CI_VERSION)' != 'true'" />
<PackageReference Include="DefaultDocumentation" Version="0.8.1" PrivateAssets="all" Condition="'$(TargetFramework)'=='net8.0' AND '$(GITHUB_ACTIONS)' == 'true' AND '$(TEST)' != 'true' AND '$(CI_VERSION)' != 'true'" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit ce45f1c

Please sign in to comment.