File tree Expand file tree Collapse file tree
Shuttle.Core.Specification Expand file tree Collapse file tree 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.0" ) ]
30+ #endif
31+
2832#if NETSTANDARD2_0
2933[ assembly: AssemblyTitle ( ".NET Standard 2.0" ) ]
3034#endif
3135
32- [ assembly: AssemblyVersion ( "10.0.0 .0" ) ]
36+ [ assembly: AssemblyVersion ( "10.0.1 .0" ) ]
3337[ assembly: AssemblyCopyright ( "Copyright © Eben Roux 2018" ) ]
3438[ assembly: AssemblyProduct ( "Shuttle.Core.Specification" ) ]
3539[ assembly: AssemblyCompany ( "Shuttle" ) ]
3640[ assembly: AssemblyConfiguration ( "Release" ) ]
37- [ assembly: AssemblyInformationalVersion ( "10.0.0 " ) ]
41+ [ assembly: AssemblyInformationalVersion ( "10.0.1 " ) ]
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
You can’t perform that action at this time.
0 commit comments