Skip to content

Commit 003b416

Browse files
authored
Remove netcoreapp2.1 from test target (#11593)
* Remove netcoreapp2.1 from test target
1 parent ac66d5b commit 003b416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Az.Test.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<!-- Build -->
1313
<PropertyGroup>
14-
<TargetFrameworks>netcoreapp2.2;netcoreapp2.1;netstandard2.0</TargetFrameworks>
14+
<TargetFrameworks>netcoreapp2.2;netstandard2.0</TargetFrameworks>
1515
<AssemblyName>$(AzAssemblyPrefix)$(PsModuleName)$(AzTestAssemblySuffix)</AssemblyName>
1616
<RootNamespace>$(AzAssemblyPrefix)$(PsModuleName)$(AzTestAssemblySuffix)</RootNamespace>
1717
<IsPackable>false</IsPackable>

0 commit comments

Comments
 (0)