File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFrameworks Condition =" '$(OS)' != 'Windows_NT'" >net8.0;net7.0;net6.0;net5.0; netcoreapp3.1</TargetFrameworks >
6- <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT'" >net8.0;net7.0;net6.0;net5.0; net471;netcoreapp3.1</TargetFrameworks >
5+ <TargetFrameworks Condition =" '$(OS)' != 'Windows_NT'" >net8.0;net7.0;net6.0;netcoreapp3.1</TargetFrameworks >
6+ <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT'" >net8.0;net7.0;net6.0;net471;netcoreapp3.1</TargetFrameworks >
77 <TargetFrameworks >net6.0;net8.0;net471</TargetFrameworks >
88 </PropertyGroup >
99
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Library</OutputType >
5- <TargetFrameworks Condition =" '$(OS)' != 'Windows_NT'" >net8.0;net7.0;net6.0;net5.0; netcoreapp3.1</TargetFrameworks >
6- <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT'" >net8.0;net7.0;net6.0;net5.0; net471;netcoreapp3.1</TargetFrameworks >
5+ <TargetFrameworks Condition =" '$(OS)' != 'Windows_NT'" >net8.0;net7.0;net6.0;netcoreapp3.1</TargetFrameworks >
6+ <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT'" >net8.0;net7.0;net6.0;net471;netcoreapp3.1</TargetFrameworks >
77 <ApplicationIcon />
88 <StartupObject />
99 </PropertyGroup >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <AssemblyName >LiteNetLib</AssemblyName >
55 <RootNamespace >LiteNetLib</RootNamespace >
6- <TargetFrameworks Condition =" '$(OS)' != 'Windows_NT'" >net8.0;net7.0;net6.0;net5.0; netcoreapp3.1;netstandard2.1;netstandard2.0</TargetFrameworks >
7- <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT'" >net8.0;net7.0;net6.0;net5.0; netcoreapp3.1;netstandard2.0;netstandard2.0;net471</TargetFrameworks >
6+ <TargetFrameworks Condition =" '$(OS)' != 'Windows_NT'" >net8.0;net7.0;net6.0;netcoreapp3.1;netstandard2.1;netstandard2.0</TargetFrameworks >
7+ <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT'" >net8.0;net7.0;net6.0;netcoreapp3.1;netstandard2.0;netstandard2.0;net471</TargetFrameworks >
88 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
99 <OutputType >Library</OutputType >
1010 <LangVersion >7.3</LangVersion >
You can’t perform that action at this time.
0 commit comments