Skip to content

Commit

Permalink
revert test project to .netcoreapp3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
filipw committed Jun 3, 2022
1 parent e9f3ffc commit dc14b2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<NoWarn>CS7081</NoWarn>
<WarningsAsErrors>nullable,CS1998,CS7080,CS7081</WarningsAsErrors>
<WarningsNotAsErrors>CS7080,CS7082</WarningsNotAsErrors>
Expand Down
5 changes: 0 additions & 5 deletions test-assets/test-projects/WarningsAsErrors/global.json

This file was deleted.

0 comments on commit dc14b2e

Please sign in to comment.