Skip to content

Commit c7e26b5

Browse files
committed
F Restored net8.0 support
1 parent 7c43fca commit c7e26b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Nullable>disable</Nullable>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Title>$(ProjectName)</Title>
8-
<Version>0.5.3</Version>
8+
<Version>0.5.4</Version>
99
<Authors>Lukas Volf</Authors>
1010
<Copyright>MIT</Copyright>
1111
<PackageProjectUrl>https://github.com/jimm98y/SharpRealTimeStreaming</PackageProjectUrl>

src/SharpRTSPClient/SharpRTSPClient.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>netstandard2.0;net481;net10.0</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.0;net481;net8.0;net10.0</TargetFrameworks>
55
<LangVersion>latest</LangVersion>
66
<OutputType>Library</OutputType>
77
</PropertyGroup>

src/SharpRTSPServer/SharpRTSPServer.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>netstandard2.0;net481;net10.0</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.0;net481;net8.0;net10.0</TargetFrameworks>
55
<LangVersion>latest</LangVersion>
66
</PropertyGroup>
77

0 commit comments

Comments
 (0)