File tree 2 files changed +4
-5
lines changed 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 33
33
[ assembly: AssemblyTitle ( ".NET Standard 2.0" ) ]
34
34
#endif
35
35
36
- [ assembly: AssemblyVersion ( "10.0.7 .0" ) ]
36
+ [ assembly: AssemblyVersion ( "10.0.8 .0" ) ]
37
37
[ assembly: AssemblyCopyright ( "Copyright © Eben Roux 2017" ) ]
38
38
[ assembly: AssemblyProduct ( "Shuttle.Core.Data" ) ]
39
39
[ assembly: AssemblyCompany ( "Shuttle" ) ]
40
40
[ assembly: AssemblyConfiguration ( "Release" ) ]
41
- [ assembly: AssemblyInformationalVersion ( "10.0.7 " ) ]
41
+ [ assembly: AssemblyInformationalVersion ( "10.0.8 " ) ]
42
42
[ assembly: ComVisible ( false ) ]
Original file line number Diff line number Diff line change 16
16
<PackageReference Include =" Shuttle.Core.Configuration" Version =" 10.0.1" />
17
17
<PackageReference Include =" Shuttle.Core.Container" Version =" 10.0.8" />
18
18
<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'" />
20
19
<PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 4.5.0" />
21
20
</ItemGroup >
22
21
23
22
<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' " />
25
24
<Reference Include =" System.Transactions" Condition =" '$(TargetFramework)' != 'netstandard2.0'" />
26
25
</ItemGroup >
27
26
41
40
</ItemGroup >
42
41
43
42
<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' " />
45
44
</ItemGroup >
46
45
</Project >
You can’t perform that action at this time.
0 commit comments