Skip to content
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.

Commit

Permalink
Retarget tests to .NET Core 3.1 and .NET 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nil4 committed Dec 17, 2019
1 parent b8abf60 commit bc18ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet-xdt.tests/dotnet-xdt.tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp2.1;net461</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net48</TargetFrameworks>
<IsPackable>false</IsPackable>
<IsPublishable>false</IsPublishable>
<LangVersion>preview</LangVersion>
Expand Down

0 comments on commit bc18ec1

Please sign in to comment.