Skip to content

Commit

Permalink
Fix incorrect references.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihlus committed Jul 23, 2024
1 parent f972a5c commit 7d04298
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Remora.Tests.Sdk/Remora.Tests.Sdk.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PropertyGroup>
<Title>Remora.Tests.Sdk</Title>
<Description>Provides default properties and targets for Remora-style unit test projects.</Description>
<VersionPrefix>3.0.3</VersionPrefix>
<VersionPrefix>3.0.4</VersionPrefix>
<PackageReleaseNotes>
Update dependencies.
Fix invalid targeting of .NET Standard in test projects.
Expand Down
2 changes: 1 addition & 1 deletion Remora.Tests.Sdk/Sdk/Sdk.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Defaults for centrally managed package versions -->
<Import Project="Sdk.Packages.props" />

<Import Project="Sdk.props" Sdk="Remora.Sdk" Version="3.1.0" Condition="'$(_RemoraInSourceBuild)' != 'true'"/>
<Import Project="Sdk.props" Sdk="Remora.Sdk" Version="3.1.1" Condition="'$(_RemoraInSourceBuild)' != 'true'"/>
<Import Project="../../Remora.Sdk/Sdk/Sdk.props" Condition="'$(_RemoraInSourceBuild)' == 'true'"/>

<!-- Override target frameworks -->
Expand Down
2 changes: 1 addition & 1 deletion Remora.Tests.Sdk/Sdk/Sdk.targets
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@
</Choose>

<!-- Import at last to respect set properties -->
<Import Project="Sdk.targets" Sdk="Remora.Sdk" Version="3.1.0" Condition="'$(_RemoraInSourceBuild)' != 'true'"/>
<Import Project="Sdk.targets" Sdk="Remora.Sdk" Version="3.1.1" Condition="'$(_RemoraInSourceBuild)' != 'true'"/>
<Import Project="../../Remora.Sdk/Sdk/Sdk.targets" Condition="'$(_RemoraInSourceBuild)' == 'true'"/>
</Project>

0 comments on commit 7d04298

Please sign in to comment.