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:
authorLogan Bussell <loganbussell@microsoft.com>2022-07-27 21:18:40 +0300
committerGitHub <noreply@github.com>2022-07-27 21:18:40 +0300
commitf09bacf09ef10b61cf9f19825f8782171a816dab (patch)
treedfc96a5e1bfb0e88435ce489aaab727bf3707a9d /Directory.Build.props
parent145f0d270f6350bea941fbd947802ad319180ed7 (diff)
Update to .NET 7.0 TFM (#2919)
Diffstat (limited to 'Directory.Build.props')
-rw-r--r--Directory.Build.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/Directory.Build.props b/Directory.Build.props
index d37dc0a41..62047707d 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -3,7 +3,7 @@
<IsReferenceAssembly Condition="'$(IsReferenceAssembly)' == '' and '$([System.IO.Path]::GetFileName($(MSBuildProjectDirectory)))' == 'ref'">true</IsReferenceAssembly>
<DisableImplicitNamespaceImports_DotNet>true</DisableImplicitNamespaceImports_DotNet>
<!-- The TFM for the product (linker, task,.. not analyzer, which is netstandard) -->
- <NetCoreAppToolCurrent>net6.0</NetCoreAppToolCurrent>
+ <NetCoreAppToolCurrent>net7.0</NetCoreAppToolCurrent>
<!-- The TFM for all the tests - intentionally different since tests may depend on new framework APIs in order to validate
linker interaction with them, linker itself doesn't need the new framework typically. -->
<NetCoreAppTestsCurrent>net7.0</NetCoreAppTestsCurrent>