File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFrameworks >net6.0;net7.0</ TargetFrameworks >
5+ <TargetFramework >net6.0</ TargetFramework >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 <RootNamespace >TonLibDotNet</RootNamespace >
1818 <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 7.0.0" />
1919 </ItemGroup >
2020
21+ <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
22+ <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 8.0.0" />
23+ <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 8.0.0" />
24+ </ItemGroup >
25+
2126 <ItemGroup >
2227 <ProjectReference Include =" ..\TonLibDotNet\TonLibDotNet.csproj" />
2328 </ItemGroup >
You can’t perform that action at this time.
0 commit comments