File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed
Shuttle.Core.Serialization.Tests
Shuttle.Core.Serialization Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 55 </PropertyGroup >
66
77 <ItemGroup >
8- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.5.0 " />
9- <PackageReference Include =" NUnit" Version =" 3.9.0 " />
10- <PackageReference Include =" NUnit3TestAdapter" Version =" 3.9 .0" />
8+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.7.2 " />
9+ <PackageReference Include =" NUnit" Version =" 3.10.1 " />
10+ <PackageReference Include =" NUnit3TestAdapter" Version =" 3.10 .0" />
1111 </ItemGroup >
1212
1313 <ItemGroup >
Original file line number Diff line number Diff line change 2525[ assembly: AssemblyTitle ( ".NET Core 2.0" ) ]
2626#endif
2727
28+ #if NETCOREAPP2_1
29+ [ assembly: AssemblyTitle ( ".NET Core 2.1" ) ]
30+ #endif
31+
2832#if NETSTANDARD2_0
2933[ assembly: AssemblyTitle ( ".NET Standard 2.0" ) ]
3034#endif
3135
32- [ assembly: AssemblyVersion ( "10.0.1 .0" ) ]
36+ [ assembly: AssemblyVersion ( "10.0.2 .0" ) ]
3337[ assembly: AssemblyCopyright ( "Copyright © Eben Roux 2018" ) ]
3438[ assembly: AssemblyProduct ( "Shuttle.Core.Serialization" ) ]
3539[ assembly: AssemblyCompany ( "Shuttle" ) ]
3640[ assembly: AssemblyConfiguration ( "Release" ) ]
37- [ assembly: AssemblyInformationalVersion ( "10.0.1 " ) ]
41+ [ assembly: AssemblyInformationalVersion ( "10.0.2 " ) ]
3842[ assembly: ComVisible ( false ) ]
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net46;net461;net462;net47;net471;netstandard2.0;netcoreapp2.0</TargetFrameworks >
4+ <TargetFrameworks >net46;net461;net462;net47;net471;netstandard2.0;netcoreapp2.0;netcoreapp2.1 </TargetFrameworks >
55 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
66 </PropertyGroup >
77
1313 </ItemGroup >
1414
1515 <ItemGroup >
16- <PackageReference Include =" Shuttle.Core.Contract" Version =" 10.0.0 " />
16+ <PackageReference Include =" Shuttle.Core.Contract" Version =" 10.0.1 " />
1717 </ItemGroup >
1818
1919</Project >
You can’t perform that action at this time.
0 commit comments