8000 Re-enable tests for 2.1 and 3.1 · dotnet-script/dotnet-script@2aa98b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2aa98b7

Browse files
committed
D599 Re-enable tests for 2.1 and 3.1
1 parent d41dbae commit 2aa98b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dotnet.Script.Tests/Dotnet.Script.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
3+
<TargetFrameworks>net5.0;netcoreapp3.1;netcoreapp2.1</TargetFrameworks>
44
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
55
</PropertyGroup>
66
<ItemGroup>

0 commit comments

Comments
 (0)
0