Skip to content

Commit

Permalink
- v10.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
eben-roux committed Jul 8, 2018
1 parent 45bd455 commit 2923342
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Shuttle.Core.Data/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
[assembly: AssemblyTitle(".NET Standard 2.0")]
#endif

[assembly: AssemblyVersion("10.0.7.0")]
[assembly: AssemblyVersion("10.0.8.0")]
[assembly: AssemblyCopyright("Copyright © Eben Roux 2017")]
[assembly: AssemblyProduct("Shuttle.Core.Data")]
[assembly: AssemblyCompany("Shuttle")]
[assembly: AssemblyConfiguration("Release")]
[assembly: AssemblyInformationalVersion("10.0.7")]
[assembly: AssemblyInformationalVersion("10.0.8")]
[assembly: ComVisible(false)]
5 changes: 2 additions & 3 deletions Shuttle.Core.Data/Shuttle.Core.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@
<PackageReference Include="Shuttle.Core.Configuration" Version="10.0.1" />
<PackageReference Include="Shuttle.Core.Container" Version="10.0.8" />
<PackageReference Include="Shuttle.Core.Logging" Version="10.0.3" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.4.1" Condition="'$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netcoreapp2.0'" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.5.0" />
</ItemGroup>

<ItemGroup>
<Reference Include="System.Configuration" Condition="'$(TargetFramework)' != 'netstandard2.0' and '$(TargetFramework)' != 'netcoreapp2.0'" />
<Reference Include="System.Configuration" Condition="'$(TargetFramework)' != 'netstandard2.0' and '$(TargetFramework)' != 'netcoreapp2.0' and '$(TargetFramework)' != 'netcoreapp2.1'" />
<Reference Include="System.Transactions" Condition="'$(TargetFramework)' != 'netstandard2.0'" />
</ItemGroup>

Expand All @@ -41,6 +40,6 @@
</ItemGroup>

<ItemGroup>
<Compile Remove="IDbProviderFactories.cs" Condition="'$(TargetFramework)' != 'netstandard2.0' and '$(TargetFramework)' != 'netcoreapp2.0'" />
<Compile Remove="IDbProviderFactories.cs" Condition="'$(TargetFramework)' != 'netstandard2.0' and '$(TargetFramework)' != 'netcoreapp2.0' and '$(TargetFramework)' != 'netcoreapp2.1'" />
</ItemGroup>
</Project>

0 comments on commit 2923342

Please sign in to comment.