File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 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 ) ]
Original file line number Diff line number Diff line change 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
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 >
You can’t perform that action at this time.
0 commit comments