Skip to content

Commit 268ff65

Browse files
committed
Updating to net5.0
1 parent 61f91f8 commit 268ff65

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

src/netstandard/Samples/WAMP1/WampSharp.CraClientSample/WampSharp.CraClientSample.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-
<TargetFramework>netcoreapp3.0</TargetFramework>
5+
<TargetFramework>net5.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

src/netstandard/Samples/WAMP1/WampSharp.CraServerSample/WampSharp.CraServerSample.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-
<TargetFramework>netcoreapp3.0</TargetFramework>
5+
<TargetFramework>net5.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

src/netstandard/Samples/WAMP1/WampSharp.PubSubServerSample/WampSharp.PubSubServerSample.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-
<TargetFramework>netcoreapp3.0</TargetFramework>
5+
<TargetFramework>net5.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

src/netstandard/Samples/WAMP1/WampSharp.RpcClientSample/WampSharp.RpcClientSample.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-
<TargetFramework>netcoreapp3.0</TargetFramework>
5+
<TargetFramework>net5.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

src/netstandard/Samples/WAMP1/WampSharp.RpcServerSample/WampSharp.RpcServerSample.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-
<TargetFramework>netcoreapp3.0</TargetFramework>
5+
<TargetFramework>net5.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

src/netstandard/Samples/WAMP2/WampSharp.Samples.AspNetCore.Router/WampSharp.Samples.AspNetCore.Router.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-
<TargetFramework>netcoreapp3.0</TargetFramework>
5+
<TargetFramework>net5.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

src/netstandard/Samples/WAMP2/WampSharp.Samples.Authentication/WampSharp.Samples.Authentication.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net461;netcoreapp3.0</TargetFrameworks>
3+
<TargetFrameworks>net461;net5.0</TargetFrameworks>
44
<OutputType>Exe</OutputType>
55
</PropertyGroup>
66
<ItemGroup>

src/netstandard/Samples/WAMP2/WampSharp.Samples.Callee/WampSharp.Samples.Callee.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>net461;netcoreapp3.0</TargetFrameworks>
5+
<TargetFrameworks>net461;net5.0</TargetFrameworks>
66
<LangVersion>8</LangVersion>
77
</PropertyGroup>
88

src/netstandard/Samples/WAMP2/WampSharp.Samples.Caller/WampSharp.Samples.Caller.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>net461;netcoreapp3.0</TargetFrameworks>
5+
<TargetFrameworks>net461;net5.0</TargetFrameworks>
66
</PropertyGroup>
77

88
<ItemGroup>

src/netstandard/Samples/WAMP2/WampSharp.Samples.Common/WampSharp.Samples.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net461;netcoreapp3.0</TargetFrameworks>
4+
<TargetFrameworks>net461;net5.0</TargetFrameworks>
55
<LangVersion>8</LangVersion>
66
</PropertyGroup>
77

0 commit comments

Comments
 (0)