File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 
tests/NetEvolve.Arguments.Tests.Unit Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626      enableSonarQube : true 
2727      dotnet-logging : ${{ inputs.dotnet-logging }} 
2828      dotnet-quality : ga 
29-       dotnet-version : | 
29+       dotnet-version : ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }} 
3030        3.1.x 
3131        5.x 
3232        6.x 
Original file line number Diff line number Diff line change 11<Project  Sdk =" Microsoft.NET.Sdk" 
22
33  <PropertyGroup >
4-     <TargetFrameworks >netstandard2.0;net5.0;net6.0; net7.0;net8.0</TargetFrameworks >
4+     <TargetFrameworks >netstandard2.0;net7.0;net8.0</TargetFrameworks >
55
66    <Description >A library that provides compatible `ThrowIf` methods for .NET / C# for older runtimes.</Description >
77
Original file line number Diff line number Diff line change 11<Project  Sdk =" Microsoft.NET.Sdk" 
22
33  <PropertyGroup >
4-     <TargetFrameworks >netcoreapp3.1;net5.0; net6.0;net7.0;net8.0</TargetFrameworks >
4+     <TargetFrameworks >net6.0;net7.0;net8.0</TargetFrameworks >
55    <SuppressTfmSupportBuildWarnings >true</SuppressTfmSupportBuildWarnings >
66
77    <NoWarn >$(NoWarn);NU1701</NoWarn >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments