Skip to content

Commit

Permalink
Update Sdk.targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas authored Jul 2, 2024
1 parent f35c402 commit 8eddb68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Bannerlord.BUTRModule.Sdk/Sdk/Sdk.targets
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
</PropertyGroup>
<!-- SorceLink -->
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
</ItemGroup>
<!-- CI Builds -->
<ItemGroup Condition="$(TargetFramework) == 'net472' AND $(OS) != 'Windows_NT'">
Expand Down Expand Up @@ -137,4 +137,4 @@
<Exec Command="$(ScriptExecutable) &quot;$(ScriptLocation) $(ScriptParams)&quot;" LogStandardErrorAsError="True" ContinueOnError="False" ConsoleToMSBuild="true" />
</Target>

</Project>
</Project>

0 comments on commit 8eddb68

Please sign in to comment.