Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitek Karas <vitek.karas@microsoft.com>2021-03-13 10:35:36 +0300
committerGitHub <noreply@github.com>2021-03-13 10:35:36 +0300
commit70612c206717301456cad52928c0bda666ad0cce (patch)
tree6e0571b7024350623559b0406c742ccd64f70068 /test/Directory.Build.props
parentc44302b73f744c24293c3092a011655f1a4fffe0 (diff)
Upgrade tests to net6 (#1891)
Diffstat (limited to 'test/Directory.Build.props')
-rw-r--r--test/Directory.Build.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Directory.Build.props b/test/Directory.Build.props
index bf207a606..a014e1bac 100644
--- a/test/Directory.Build.props
+++ b/test/Directory.Build.props
@@ -3,7 +3,7 @@
<PropertyGroup>
<RunAnalyzers>false</RunAnalyzers>
- <TargetFramework>net5.0</TargetFramework>
+ <TargetFramework>net6.0</TargetFramework>
<Nullable>disable</Nullable>
</PropertyGroup>
</Project> \ No newline at end of file