File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Shuttle.Core.Serialization.Tests
Shuttle.Core.Serialization Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework > netcoreapp2.0</ TargetFramework >
4+ <TargetFrameworks >net461; netcoreapp2.1</ TargetFrameworks >
55 </PropertyGroup >
66
77 <ItemGroup >
8- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.7.2 " />
9- <PackageReference Include =" NUnit" Version =" 3.10.1 " />
8+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.9.0 " />
9+ <PackageReference Include =" NUnit" Version =" 3.11.0 " />
1010 <PackageReference Include =" NUnit3TestAdapter" Version =" 3.10.0" />
1111 </ItemGroup >
1212
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.2 .0" ) ]
36+ [ assembly: AssemblyVersion ( "10.0.3 .0" ) ]
3737[ assembly: AssemblyCopyright ( "Copyright © Eben Roux 2018" ) ]
3838[ assembly: AssemblyProduct ( "Shuttle.Core.Serialization" ) ]
3939[ assembly: AssemblyCompany ( "Shuttle" ) ]
4040[ assembly: AssemblyConfiguration ( "Release" ) ]
41- [ assembly: AssemblyInformationalVersion ( "10.0.2 " ) ]
41+ [ assembly: AssemblyInformationalVersion ( "10.0.3 " ) ]
4242[ 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;netcoreapp2.1</TargetFrameworks >
4+ <TargetFrameworks >net461;netstandard2.0;netcoreapp2.1</TargetFrameworks >
55 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
66 </PropertyGroup >
77
You can’t perform that action at this time.
0 commit comments