Skip to content

Commit 2923342

Browse files
committed
- v10.0.8
1 parent 45bd455 commit 2923342

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Shuttle.Core.Data/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
[assembly: AssemblyTitle(".NET Standard 2.0")]
3434
#endif
3535

36-
[assembly: AssemblyVersion("10.0.7.0")]
36+
[assembly: AssemblyVersion("10.0.8.0")]
3737
[assembly: AssemblyCopyright("Copyright © Eben Roux 2017")]
3838
[assembly: AssemblyProduct("Shuttle.Core.Data")]
3939
[assembly: AssemblyCompany("Shuttle")]
4040
[assembly: AssemblyConfiguration("Release")]
41-
[assembly: AssemblyInformationalVersion("10.0.7")]
41+
[assembly: AssemblyInformationalVersion("10.0.8")]
4242
[assembly: ComVisible(false)]

Shuttle.Core.Data/Shuttle.Core.Data.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
<PackageReference Include="Shuttle.Core.Configuration" Version="10.0.1" />
1717
<PackageReference Include="Shuttle.Core.Container" Version="10.0.8" />
1818
<PackageReference Include="Shuttle.Core.Logging" Version="10.0.3" />
19-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.4.1" Condition="'$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netcoreapp2.0'" />
2019
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.5.0" />
2120
</ItemGroup>
2221

2322
<ItemGroup>
24-
<Reference Include="System.Configuration" Condition="'$(TargetFramework)' != 'netstandard2.0' and '$(TargetFramework)' != 'netcoreapp2.0'" />
23+
<Reference Include="System.Configuration" Condition="'$(TargetFramework)' != 'netstandard2.0' and '$(TargetFramework)' != 'netcoreapp2.0' and '$(TargetFramework)' != 'netcoreapp2.1'" />
2524
<Reference Include="System.Transactions" Condition="'$(TargetFramework)' != 'netstandard2.0'" />
2625
</ItemGroup>
2726

@@ -41,6 +40,6 @@
4140
</ItemGroup>
4241

4342
<ItemGroup>
44-
<Compile Remove="IDbProviderFactories.cs" Condition="'$(TargetFramework)' != 'netstandard2.0' and '$(TargetFramework)' != 'netcoreapp2.0'" />
43+
<Compile Remove="IDbProviderFactories.cs" Condition="'$(TargetFramework)' != 'netstandard2.0' and '$(TargetFramework)' != 'netcoreapp2.0' and '$(TargetFramework)' != 'netcoreapp2.1'" />
4544
</ItemGroup>
4645
</Project>

0 commit comments

Comments
 (0)