Skip to content

Commit

Permalink
Partial uplift of libraries to target netstandard & net47
Browse files Browse the repository at this point in the history
Exchanger can't as CobieExpress.IO refs Esent. Legacy Cobies refs Geometry
  • Loading branch information
andyward committed Dec 11, 2018
1 parent abbc3d8 commit 8678398
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion Xbim.COBieLite/Xbim.COBieLite.csproj
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net47</TargetFrameworks>
<TargetFrameworks>net47;netstandard2.0</TargetFrameworks>
<Title>Xbim.CobieLite</Title>
<Description>COBieLite schema for the XBIM Exchange toolkit</Description>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
Expand All @@ -16,7 +16,21 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Newtonsoft.Json.Bson" Version="1.0.1" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.5.0" />
<PackageReference Include="Xbim.Essentials" Version="5.0.204" />
</ItemGroup>
<ItemGroup>
<Compile Update="Properties\Settings.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<None Update="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Xbim.COBieLiteUK/Xbim.COBieLiteUK.csproj
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net47</TargetFrameworks>
<TargetFrameworks>net47;netstandard2.0</TargetFrameworks>
<Title>Xbim.CobieLiteUK</Title>
<Description>UK COBieLite schema for the XBIM Exchange toolkit</Description>
<AssemblyName>Xbim.CobieLiteUK</AssemblyName>
Expand Down
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net47</TargetFrameworks>
<TargetFrameworks>net47;netstandard2.0</TargetFrameworks>
<Title>Xbim.CobieLiteUK.Validation</Title>
<Description>Provides validation services for data in the COBieLite UK schema</Description>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Xbim.DPoW/Xbim.DPoW.csproj
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net47</TargetFrameworks>
<TargetFrameworks>net47;netstandard2.0</TargetFrameworks>
<Title>Xbim.DPoW</Title>
<Description>Digital Plan of Works library for XBIM. Part of the XBIM Exchange library</Description>
</PropertyGroup>
Expand Down

0 comments on commit 8678398

Please sign in to comment.