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:
authorMarek Safar <marek.safar@gmail.com>2021-01-20 14:07:42 +0300
committerGitHub <noreply@github.com>2021-01-20 14:07:42 +0300
commitd948ae4bac935b45aa432b6550d8987678c29aa3 (patch)
treea956878b637b3913a84d075cd69f836d66fc014a /Directory.Build.props
parent0707858c4c9a532d057e4b5b1b311a862de4867f (diff)
Clean up projects settings (#1765)
Diffstat (limited to 'Directory.Build.props')
-rw-r--r--Directory.Build.props4
1 files changed, 4 insertions, 0 deletions
diff --git a/Directory.Build.props b/Directory.Build.props
index 7f80dfe27..d07c1d081 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -18,6 +18,7 @@
<PropertyGroup>
<IsPackable>false</IsPackable>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
+ <RepositoryUrl>https://github.com/mono/linker</RepositoryUrl>
<_ToolsProjectTargets>$(ArtifactsToolsetDir)Common\Tools.proj.nuget.g.targets</_ToolsProjectTargets>
<!-- Set this to true to build against the package instead of the submodule. -->
<UseCecilPackage Condition="'$(UseCecilPackage)' == ''">false</UseCecilPackage>
@@ -26,4 +27,7 @@
<DebugType Condition=" '$(IsReferenceAssembly)' == 'true' ">none</DebugType>
</PropertyGroup>
+ <PropertyGroup>
+ <LangVersion>latest</LangVersion>
+ </PropertyGroup>
</Project>