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

Versions.props « eng - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 83f1c634e83c41ff0cd0dec9182d3ad112ba3b3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <!-- File version numbers -->
    <MajorVersion>7</MajorVersion>
    <MinorVersion>0</MinorVersion>
    <PatchVersion>100</PatchVersion>
    <!-- Use an unchanging prerelease label so it doesn't need to be updated. -->
    <PreReleaseVersionLabel>1</PreReleaseVersionLabel>
    <UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
  </PropertyGroup>
  <PropertyGroup>
    <!-- ilasm -->
    <MicrosoftNETSdkILPackageVersion>7.0.0-rtm.22466.6</MicrosoftNETSdkILPackageVersion>
    <!-- see https://github.com/dotnet/runtime/issues/1338 -->
    <MicrosoftNETCoreILAsmVersion>$(MicrosoftNETSdkILPackageVersion)</MicrosoftNETCoreILAsmVersion>
    <!-- SRM version should match the SDK version at https://github.com/dotnet/sdk/blob/master/eng/Versions.props -->
    <SystemReflectionMetadataVersion>5.0.0</SystemReflectionMetadataVersion>
    <MicrosoftBuildFrameworkVersion>17.0.0-preview-21267-01</MicrosoftBuildFrameworkVersion>
    <MicrosoftBuildUtilitiesCoreVersion>17.0.0-preview-21267-01</MicrosoftBuildUtilitiesCoreVersion>
    <MicrosoftDotNetApiCompatVersion>8.0.0-beta.22473.1</MicrosoftDotNetApiCompatVersion>
    <MicrosoftDotNetCodeAnalysisVersion>6.0.0-beta.21271.1</MicrosoftDotNetCodeAnalysisVersion>
    <MicrosoftCodeAnalysisCSharpCodeStyleVersion>3.10.0-2.final</MicrosoftCodeAnalysisCSharpCodeStyleVersion>
    <MicrosoftCodeAnalysisVersion>4.4.0-1.final</MicrosoftCodeAnalysisVersion>
    <MicrosoftNetCompilersToolsetVersion>$(MicrosoftCodeAnalysisVersion)</MicrosoftNetCompilersToolsetVersion>
    <MicrosoftCodeAnalysisCSharpAnalyzerTestingXunitVersion>1.0.1-beta1.*</MicrosoftCodeAnalysisCSharpAnalyzerTestingXunitVersion>
    <MicrosoftCodeAnalysisBannedApiAnalyzersVersion>3.3.2</MicrosoftCodeAnalysisBannedApiAnalyzersVersion>
    <MicrosoftILVerificationVersion>7.0.0-preview.7.22375.6</MicrosoftILVerificationVersion>
    <!-- This controls the version of the cecil package, or the version of cecil in the project graph
         when we build the cecil submodule. The reference assembly package will depend on this version of cecil.
         Keep this in sync with ProjectInfo.cs in the submodule. -->
    <MonoCecilVersion>0.11.4</MonoCecilVersion>
    <StaticCsVersion>0.2.0</StaticCsVersion>
    <UseVSTestRunner>true</UseVSTestRunner>
  </PropertyGroup>
</Project>