File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net6.0;net8.0</TargetFrameworks >
4+ <TargetFrameworks >net6.0;net8.0;net9.0 </TargetFrameworks >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <RootNamespace >TonLibDotNet</RootNamespace >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net6.0;net8.0</TargetFrameworks >
4+ <TargetFrameworks >net6.0;net8.0;net9.0 </TargetFrameworks >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <Platforms >AnyCPU</Platforms >
4040 <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
4141 <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 6.0.0" />
4242 <PackageReference Include =" Microsoft.Extensions.Options" Version =" 6.0.0" />
43- <PackageReference Include =" System.Text.Json" Version =" 8.0.4 " />
43+ <PackageReference Include =" System.Text.Json" Version =" 8.0.5 " />
4444 </ItemGroup >
4545
4646 <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
4747 <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.0" />
4848 <PackageReference Include =" Microsoft.Extensions.Options" Version =" 8.0.0" />
49- <PackageReference Include =" System.Text.Json" Version =" 8.0.4" />
49+ <PackageReference Include =" System.Text.Json" Version =" 8.0.5" />
50+ </ItemGroup >
51+
52+ <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
53+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9.0.0" />
54+ <PackageReference Include =" Microsoft.Extensions.Options" Version =" 9.0.0" />
55+ <PackageReference Include =" System.Text.Json" Version =" 9.0.0" />
5056 </ItemGroup >
5157
5258</Project >
You can’t perform that action at this time.
0 commit comments