Skip to content

Commit

Permalink
Use Latest C# language (7.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
NZSmartie committed Mar 19, 2018
1 parent a1a9861 commit 6b533e2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions samples/SimpleClient/SimpleClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions samples/SimpleServer/SimpleServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/CoAPNet.Server/CoAPNet.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFrameworks>netstandard1.3;netstandard2.0;netcoreapp2.0</TargetFrameworks>
<DebugType Condition="$(Configuration)=='AppVeyor'">full</DebugType>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<LangVersion>latest</LangVersion>
<PackageId>NZSmartie.CoAPNet.Server</PackageId>
<Version>0.3.8</Version>
<PackageVersion>0.3.8</PackageVersion>
Expand Down
1 change: 1 addition & 0 deletions src/CoAPNet.Udp/CoAPNet.Udp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard1.3;netstandard2.0;netcoreapp2.0</TargetFrameworks>
<PackageId>NZSmartie.CoAPNet.Udp</PackageId>
<LangVersion>latest</LangVersion>
<Version>0.3.8</Version>
<PackageVersion>0.3.8</PackageVersion>
<Authors>Roman Vaughan</Authors>
Expand Down
1 change: 1 addition & 0 deletions src/CoAPNet/CoAPNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<TargetFrameworks>netstandard1.3</TargetFrameworks>
<DebugType Condition="$(Configuration)=='AppVeyor'">full</DebugType>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<LangVersion>latest</LangVersion>
<PackageId>NZSmartie.CoAPNet</PackageId>
<Version>0.3.8.0</Version>
<PackageVersion>0.3.8</PackageVersion>
Expand Down
1 change: 1 addition & 0 deletions tests/CoAPNet.Tests/CoAPNet.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<DebugType Condition="$(Configuration)=='AppVeyor'">full</DebugType>
<Configurations>Debug;Release;AppVeyor</Configurations>
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions tests/CoApNet.Udp.Tests/CoApNet.Udp.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<DebugType Condition="$(Configuration)=='AppVeyor'">full</DebugType>
<Configurations>Debug;Release;AppVeyor</Configurations>
</PropertyGroup>
Expand Down

0 comments on commit 6b533e2

Please sign in to comment.