Fix how conditions are used for references

This commit is contained in:
Matt Nadareski
2025-02-25 22:11:42 -05:00
parent ccb2efe08f
commit 61e1488349
10 changed files with 39 additions and 65 deletions

View File

@@ -21,12 +21,8 @@
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<!-- Support for old .NET versions -->
<ItemGroup Condition="$(TargetFramework.StartsWith(`net2`))">
<PackageReference Include="Net30.LinqBridge" Version="1.3.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Net30.LinqBridge" Version="1.3.0" Condition="$(TargetFramework.StartsWith(`net2`))" />
<PackageReference Include="SabreTools.IO" Version="1.6.2" />
</ItemGroup>