Skip to content

Commit add855b

Browse files
author
Rafal Maciag
committed
Gst
1 parent 5e09ec9 commit add855b

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

common.targets

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.1;net9.0</TargetFrameworks>
55
<RootNamespace>nng</RootNamespace>
66
<MSBuildTreatWarningsAsErrors>true</MSBuildTreatWarningsAsErrors>
7-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
7+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
88
<WarningsAsErrors />
99
</PropertyGroup>
1010

11-
<PropertyGroup Condition="'$(TargetFramework)'=='net6.0'">
11+
<PropertyGroup Condition="'$(TargetFramework)'=='net9.0'">
1212
<LangVersion>9.0</LangVersion>
1313
</PropertyGroup>
1414
<PropertyGroup Condition="'$(TargetFramework)'!='net6.0'">

nng.NET.Shared/nng.NET.Shared.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,4 @@
1313
<PackageOutputPath>../bin/$(Configuration)</PackageOutputPath>
1414
</PropertyGroup>
1515

16-
<ItemGroup>
17-
<PackageReference Include="system.runtime.loader" Version="4.3.0" />
18-
</ItemGroup>
19-
2016
</Project>

0 commit comments

Comments
 (0)