Skip to content

Commit 3e21896

Browse files
committed
Set to .NET 6
1 parent 80b8d16 commit 3e21896

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

common.targets

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,16 @@
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>

examples/nngcat/nngcat.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
5+
<TargetFrameworks>net6.0</TargetFrameworks>
66
</PropertyGroup>
77

88
<ItemGroup>

global.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"sdk": {
3+
"version": "6.0.0",
4+
"rollForward": "latestMajor",
5+
"allowPrerelease": false
6+
}
7+
}

0 commit comments

Comments
 (0)