Skip to content

Commit 0710288

Browse files
committed
Updating target frameworks
1 parent f8853ed commit 0710288

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

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.1</TargetFrameworks>
5+
<TargetFrameworks>net461;net9.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.1</TargetFrameworks>
5+
<TargetFrameworks>net461;net9.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.1</TargetFrameworks>
4+
<TargetFrameworks>net461;net9.0</TargetFrameworks>
55
<LangVersion>8</LangVersion>
66
</PropertyGroup>
77

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

88
<ItemGroup>

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

src/netstandard/Samples/WAMP2/WampSharp.Samples.WampCra.Client/WampSharp.Samples.WampCra.Client.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.1</TargetFrameworks>
3+
<TargetFrameworks>net461;net9.0</TargetFrameworks>
44
<OutputType>Exe</OutputType>
55
</PropertyGroup>
66
<ItemGroup>

src/netstandard/Samples/WAMP2/WampSharp.Samples.WampCra.Router/WampSharp.Samples.WampCra.Router.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.1</TargetFrameworks>
3+
<TargetFrameworks>net461;net9.0</TargetFrameworks>
44
<OutputType>Exe</OutputType>
55
</PropertyGroup>
66
<ItemGroup>

0 commit comments

Comments
 (0)