File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed
Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 66 <MSBuildTreatWarningsAsErrors >true</MSBuildTreatWarningsAsErrors >
77 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
88 <WarningsAsErrors />
9- </PropertyGroup >
10-
11- <PropertyGroup Condition =" '$(TargetFramework)'=='net6.0'" >
129 <LangVersion >9.0</LangVersion >
1310 </PropertyGroup >
1411
1512 <PropertyGroup >
1613 <VersionPrefix >1.4.0</VersionPrefix >
17- <VersionSuffix >rc2 </VersionSuffix >
18- <Authors >Jeikabu</Authors >
14+ <VersionSuffix >rc3 </VersionSuffix >
15+ <Authors >Jeikabu, James Freiwirth </Authors >
1916 <PackageLicenseExpression >MIT</PackageLicenseExpression >
20- <Owners >Jeikabu </Owners >
21- <PackageProjectUrl >https://github.com/acceliox /nng.NETCore</PackageProjectUrl >
17+ <Owners >James Freiwirth </Owners >
18+ <PackageProjectUrl >https://github.com/endeavour /nng.NETCore</PackageProjectUrl >
2219 <Summary >.NET Core bindings to nng</Summary >
2320 <PackageTags >nng csnng</PackageTags >
2421 <Description >.NET Core bindings to nng (https://github.com/nanomsg/nng)</Description >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFrameworks >netcoreapp3.1;net5 .0</TargetFrameworks >
5+ <TargetFrameworks >net6 .0</TargetFrameworks >
66 </PropertyGroup >
77
88 <ItemGroup >
Original file line number Diff line number Diff line change 1+ {
2+ "sdk" : {
3+ "version" : " 6.0.0" ,
4+ "rollForward" : " latestMajor" ,
5+ "allowPrerelease" : false
6+ }
7+ }
You can’t perform that action at this time.
0 commit comments