File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 66 <Import Condition =" Exists($(PropsAbove))" Project =" $(PropsAbove)" />
77
88 <PropertyGroup >
9- <TargetFrameworks >net8.0;net9.0</TargetFrameworks >
9+ <TargetFrameworks >net8.0;net9.0;net10.0 </TargetFrameworks >
1010 <RootNamespace >Confix</RootNamespace >
1111 <Nullable >enable</Nullable >
1212 <LangVersion >11</LangVersion >
Original file line number Diff line number Diff line change 3939 <PackageVersion Include =" Snapshooter.Xunit" Version =" 0.13.0" />
4040 <PackageVersion Include =" FluentAssertions" Version =" 6.11.0" />
4141 </ItemGroup >
42+ <ItemGroup Condition =" '$(TargetFramework)' == 'net10.0'" >
43+ <PackageVersion Include =" Microsoft.Extensions.Configuration" Version =" 10.0.0" />
44+ <PackageVersion Include =" Microsoft.Extensions.Configuration.Json" Version =" 10.0.0" />
45+ <PackageVersion Include =" Microsoft.Extensions.DependencyInjection" Version =" 10.0.0" />
46+ <PackageVersion Include =" Microsoft.Extensions.FileSystemGlobbing" Version =" 10.0.0" />
47+ <PackageVersion Include =" Microsoft.Extensions.Http" Version =" 10.0.0" />
48+ <PackageVersion Include =" Microsoft.Extensions.Options" Version =" 10.0.0" />
49+ <PackageVersion Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 10.0.0" />
50+ </ItemGroup >
4251 <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
4352 <PackageVersion Include =" Microsoft.Extensions.Configuration" Version =" 9.0.0" />
4453 <PackageVersion Include =" Microsoft.Extensions.Configuration.Json" Version =" 9.0.0" />
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 9 .0.100" ,
3+ "version" : " 10 .0.100" ,
44 "rollForward" : " latestMinor"
55 }
66}
You can’t perform that action at this time.
0 commit comments