File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed 
Microsoft.Extensions.ServiceDiscovery.Abstractions 
Microsoft.Extensions.ServiceDiscovery Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11<Project  Sdk =" Microsoft.NET.Sdk" 
22
33  <PropertyGroup >
4-     <TargetFrameworks >$(DefaultTargetFramework);netstandard2.0</TargetFrameworks >
4+     <TargetFrameworks >$(DefaultTargetFramework);netstandard2.0;net462 </TargetFrameworks >
55    <IsPackable >true</IsPackable >
6-     <IsAotCompatible  Condition ="  '$(TargetFramework)' != 'netstandard2.0 ' " IsAotCompatible >
6+     <IsAotCompatible  Condition ="  '$(TargetFramework)' != 'net462 ' " IsAotCompatible >
77    <Description >Provides abstractions for service discovery. Interfaces defined in this package are implemented in Microsoft.Extensions.ServiceDiscovery and other service discovery packages.</Description >
88    <PackageIconFullPath >$(DefaultDotnetIconFullPath)</PackageIconFullPath >
99    <RootNamespace >Microsoft.Extensions.ServiceDiscovery</RootNamespace >
1919    <PackageReference  Include =" Microsoft.Extensions.Configuration.Binder" 
2020  </ItemGroup >
2121
22-   <ItemGroup  Condition ="  '$(TargetFramework)' == 'netstandard2.0' " 
22+   <ItemGroup  Condition ="  '$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == ' netstandard2.0' " 
2323    <PackageReference  Include =" Microsoft.Bcl.Memory" 
2424  </ItemGroup >
2525
26-   <Import  Condition ="  '$(TargetFramework)' == 'netstandard2.0' " Project =" $(SharedDir)FxPolyfills\FxPolyfills.targets" 
26+   <Import  Condition ="  '$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == ' netstandard2.0' " Project =" $(SharedDir)FxPolyfills\FxPolyfills.targets" 
2727
2828</Project >
Original file line number Diff line number Diff line change 11<Project  Sdk =" Microsoft.NET.Sdk" 
22
33  <PropertyGroup >
4-     <TargetFrameworks >netstandard2.0;$(DefaultTargetFramework)</TargetFrameworks >
4+     <TargetFrameworks >net462; netstandard2.0;$(DefaultTargetFramework)</TargetFrameworks >
55    <IsPackable >true</IsPackable >
6-     <IsAotCompatible  Condition ="  '$(TargetFramework)' != 'netstandard2.0 ' " IsAotCompatible >
6+     <IsAotCompatible  Condition ="  '$(TargetFramework)' != 'net462 ' " IsAotCompatible >
77    <Description >Provides extensions to HttpClient that enable service discovery based on configuration.</Description >
88    <PackageIconFullPath >$(DefaultDotnetIconFullPath)</PackageIconFullPath >
99  </PropertyGroup >
1818    <ProjectReference  Include =" ..\Microsoft.Extensions.ServiceDiscovery.Abstractions\Microsoft.Extensions.ServiceDiscovery.Abstractions.csproj" 
1919  </ItemGroup >
2020
21-   <ItemGroup  Condition ="  '$(TargetFramework)' == 'netstandard2.0' " 
21+   <ItemGroup  Condition ="  '$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == ' netstandard2.0' " 
2222    <PackageReference  Include =" Microsoft.Bcl.TimeProvider" 
2323  </ItemGroup >
2424
25-   <Import  Condition ="  '$(TargetFramework)' == 'netstandard2.0' " Project =" $(SharedDir)FxPolyfills\FxPolyfills.targets" 
25+   <Import  Condition ="  '$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == ' netstandard2.0' " Project =" $(SharedDir)FxPolyfills\FxPolyfills.targets" 
2626
2727</Project >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments