Skip to content

Commit 6f368fc

Browse files
committed
Multiple targets
1 parent 0723932 commit 6f368fc

File tree

6 files changed

+19
-2
lines changed

6 files changed

+19
-2
lines changed

src/EmberLibConsumer.net/Lawo.EmberPlusSharp/Lawo.EmberPlusSharp.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.1</TargetFrameworks>
4+
<TargetFrameworks>net48;netstandard2.1;net6.0</TargetFrameworks>
55
<Description></Description>
66
<Company>Lawo GmbH</Company>
77
<Copyright>Copyright 2012-2020 Lawo GmbH (http://www.lawo.com). Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)</Copyright>

src/EmberLibConsumer.net/Lawo.EmberPlusSharpTestVB/Lawo.EmberPlusSharpTestVB.vbproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,18 @@
112112
</Reference>
113113
<Reference Include="System.Runtime.Serialization" />
114114
<Reference Include="System.Xml" />
115+
<Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
116+
<HintPath>..\..\packages\xunit.abstractions.2.0.3\lib\net35\xunit.abstractions.dll</HintPath>
117+
<Private>True</Private>
118+
</Reference>
119+
<Reference Include="xunit.core, Version=2.4.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
120+
<HintPath>..\..\packages\xunit.extensibility.core.2.4.1\lib\net452\xunit.core.dll</HintPath>
121+
<Private>True</Private>
122+
</Reference>
123+
<Reference Include="xunit.execution.desktop, Version=2.4.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
124+
<HintPath>..\..\packages\xunit.extensibility.execution.2.4.1\lib\net452\xunit.execution.desktop.dll</HintPath>
125+
<Private>True</Private>
126+
</Reference>
115127
</ItemGroup>
116128
<Choose>
117129
<When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">

src/EmberLibConsumer.net/Lawo.EmberPlusSharpTestVB/Model/TutorialTest.vb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Imports Lawo.EmberPlusSharp.S101
1414
Imports Lawo.Threading.Tasks
1515
'Imports Microsoft.TeamFoundation.Framework.Common
1616
Imports Microsoft.VisualStudio.TestTools.UnitTesting
17+
Imports Xunit.Sdk
1718
#End Region
1819

1920
<TestClass>

src/EmberLibConsumer.net/Lawo.EmberPlusSharpTestVB/packages.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@
88
<package id="MSTest.TestFramework" version="2.2.8" targetFramework="net48" />
99
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net452" />
1010
<package id="System.IdentityModel.Tokens.Jwt" version="5.2.4" targetFramework="net452" />
11+
<package id="xunit.abstractions" version="2.0.3" targetFramework="net48" />
12+
<package id="xunit.extensibility.core" version="2.4.1" targetFramework="net48" />
13+
<package id="xunit.extensibility.execution" version="2.4.1" targetFramework="net48" />
1114
</packages>

src/EmberLibConsumer.net/Lawo/Lawo.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.1</TargetFrameworks>
4+
<TargetFrameworks>net48;netstandard2.1;net6.0</TargetFrameworks>
55
<Description></Description>
66
<Company>Lawo GmbH</Company>
77
<Copyright>Copyright 2012-2020 Lawo GmbH (http://www.lawo.com). Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)</Copyright>

src/EmberLibConsumer.net/LawoTest/LawoTest.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
</ItemGroup>
5858

5959
<ItemGroup>
60+
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
6061
<Compile Include="..\SharedAssemblyInfo.cs">
6162
<Link>Properties\SharedAssemblyInfo.cs</Link>
6263
</Compile>

0 commit comments

Comments
 (0)