File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netstandard2.0</TargetFrameworks >
4
+ <TargetFrameworks >netstandard2.0;net8.0 </TargetFrameworks >
5
5
<Product >Foundatio</Product >
6
6
<Description >Pluggable foundation blocks for building distributed apps.</Description >
7
7
<PackageProjectUrl >https://github.com/FoundatioFx/Foundatio</PackageProjectUrl >
Original file line number Diff line number Diff line change 7
7
<ProjectReference Include =" ..\Foundatio\Foundatio.csproj" />
8
8
</ItemGroup >
9
9
<ItemGroup >
10
- <PackageReference Include =" System.Collections.Immutable" Version =" 8.0" />
11
10
<PackageReference Include =" Microsoft.Extensions.Logging" Version =" 8.0" />
12
11
<PackageReference Include =" xunit" Version =" 2.9.3" />
13
12
</ItemGroup >
13
+ <ItemGroup Condition =" !$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))" >
14
+ <PackageReference Include =" System.Collections.Immutable" Version =" 8.0" />
15
+ </ItemGroup >
14
16
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<ItemGroup >
3
+ <!-- Can be removed when lowest TFM is net 8 -->
3
4
<PackageReference Include =" Microsoft.Bcl.TimeProvider" Version =" 8.0" />
4
- <PackageReference Include = " System.Text.Json " Version = " 8.0.5 " / >
5
+ <!-- Can be removed when lowest TFM is net 6 -- >
5
6
<PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 8.0" />
7
+ <!-- Needed for all TFMs -->
6
8
<PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0" />
7
9
<PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 8.0" />
10
+ </ItemGroup >
11
+ <ItemGroup Condition =" !$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))" >
8
12
<PackageReference Include =" System.Diagnostics.DiagnosticSource" Version =" 8.0" />
13
+ <PackageReference Include =" System.Text.Json" Version =" 8.0.5" />
9
14
</ItemGroup >
10
15
</Project >
You can’t perform that action at this time.
0 commit comments