File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 99 <licenseUrl >https://github.com/shuttle/Shuttle.Core.Reflection/raw/master/LICENSE</licenseUrl >
1010 <projectUrl >https://github.com/shuttle/Shuttle.Core.Reflection</projectUrl >
1111 <iconUrl >https://raw.githubusercontent.com/Shuttle/Shuttle.Core.Reflection/master/.media/logo.png</iconUrl >
12+ <repository type =" git" url =" https://github.com/Shuttle/Shuttle.Core.Reflection.git" />
1213 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1314 <description >Reflection infrastructure components.</description >
1415 <releaseNotes />
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.8 .0" ) ]
36+ [ assembly: AssemblyVersion ( "10.0.9 .0" ) ]
3737[ assembly: AssemblyCopyright ( "Copyright © Eben Roux 2017" ) ]
3838[ assembly: AssemblyProduct ( "Shuttle.Core.Reflection" ) ]
3939[ assembly: AssemblyCompany ( "Shuttle" ) ]
4040[ assembly: AssemblyConfiguration ( "Release" ) ]
41- [ assembly: AssemblyInformationalVersion ( "10.0.8 " ) ]
41+ [ assembly: AssemblyInformationalVersion ( "10.0.9 " ) ]
4242[ assembly: ComVisible ( false ) ]
Original file line number Diff line number Diff line change 66using System . Text . RegularExpressions ;
77using Shuttle . Core . Contract ;
88using Shuttle . Core . Logging ;
9- #if ( NETCOREAPP2_0 || NETSTANDARD2_0 )
9+ #if ( NETCOREAPP2_0 || NETCOREAPP2_1 || NETSTANDARD2_0 )
1010using Microsoft . DotNet . PlatformAbstractions ;
1111using Microsoft . Extensions . DependencyModel ;
1212#endif
@@ -220,7 +220,7 @@ var assembly in
220220
221221 public IEnumerable < Assembly > GetRuntimeAssemblies ( )
222222 {
223- #if ( ! NETCOREAPP2_0 && ! NETSTANDARD2_0 )
223+ #if ( ! NETCOREAPP2_0 && ! NETCOREAPP2_1 && ! NETSTANDARD2_0 )
224224 return AppDomain . CurrentDomain . GetAssemblies ( ) ;
225225#else
226226 var result = new List < Assembly > ( ) ;
You can’t perform that action at this time.
0 commit comments