2018-12-02 03:25:55 +03:00
|
|
|
|
2018-12-11 16:21:09 +03:00
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2018-12-15 00:57:44 +03:00
|
|
|
<!-- Opt-in arcade features -->
|
2017-10-27 20:08:52 +03:00
|
|
|
<PropertyGroup>
|
2018-12-02 03:25:55 +03:00
|
|
|
<UsingToolVSSDK>true</UsingToolVSSDK>
|
|
|
|
<MicrosoftVSSDKBuildToolsVersion>15.9.3032</MicrosoftVSSDKBuildToolsVersion>
|
|
|
|
<UsingToolNetFrameworkReferenceAssemblies>true</UsingToolNetFrameworkReferenceAssemblies>
|
|
|
|
<MicrosoftNetFrameworkReferenceAssembliesVersion>1.0.0-alpha-004</MicrosoftNetFrameworkReferenceAssembliesVersion>
|
2018-12-15 00:57:44 +03:00
|
|
|
<UsingToolSymbolUploader>true</UsingToolSymbolUploader>
|
2017-10-27 20:08:52 +03:00
|
|
|
</PropertyGroup>
|
2018-12-15 00:57:44 +03:00
|
|
|
<!-- Opt out Arcade features -->
|
2018-12-02 03:25:55 +03:00
|
|
|
<PropertyGroup>
|
|
|
|
<UsingToolXliff>false</UsingToolXliff>
|
|
|
|
</PropertyGroup>
|
2018-12-15 00:57:44 +03:00
|
|
|
<!-- Versioning for assemblies/packages -->
|
2018-12-02 03:25:55 +03:00
|
|
|
<PropertyGroup>
|
|
|
|
<MajorVersion>3</MajorVersion>
|
|
|
|
<MinorVersion>0</MinorVersion>
|
2019-02-08 22:44:05 +03:00
|
|
|
<PatchVersion>0</PatchVersion>
|
|
|
|
<PreReleaseVersionLabel>preview3</PreReleaseVersionLabel>
|
2018-12-02 03:25:55 +03:00
|
|
|
</PropertyGroup>
|
2018-12-06 03:58:50 +03:00
|
|
|
<!--
|
2018-12-15 00:57:44 +03:00
|
|
|
Versioning for tooling releases.
|
|
|
|
|
2018-12-06 03:58:50 +03:00
|
|
|
Note: Using $(OfficialBuildId) because the other version-related properties are defined yet when this is
|
|
|
|
imported. This OK because we want to just have an obvious salt for a local build.
|
|
|
|
-->
|
2018-12-02 03:25:55 +03:00
|
|
|
<PropertyGroup>
|
2019-01-16 04:57:57 +03:00
|
|
|
<VsixVersionPrefix>16.1.0</VsixVersionPrefix>
|
2018-12-02 03:25:55 +03:00
|
|
|
<AddinVersion>7.5</AddinVersion>
|
2018-12-06 03:58:50 +03:00
|
|
|
<AddinVersion Condition="'$(OfficialBuildId)' != ''">$(AddinVersion).$(OfficialBuildId)</AddinVersion>
|
2018-12-12 19:30:19 +03:00
|
|
|
<AddinVersion Condition="'$(OfficialBuildId)' == ''">$(AddinVersion).42424242.42</AddinVersion>
|
2018-12-02 03:25:55 +03:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<RestoreSources>
|
|
|
|
$(RestoreSources);
|
|
|
|
https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
|
|
|
|
https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json;
|
|
|
|
https://dotnet.myget.org/F/msbuild/api/v3/index.json;
|
|
|
|
https://dotnet.myget.org/F/roslyn/api/v3/index.json;
|
|
|
|
https://dotnet.myget.org/F/roslyn-tools/api/v3/index.json;
|
|
|
|
https://vside.myget.org/F/vssdk/api/v3/index.json;
|
|
|
|
https://vside.myget.org/F/vsmac/api/v3/index.json;
|
|
|
|
https://vside.myget.org/F/devcore/api/v3/index.json;
|
|
|
|
</RestoreSources>
|
|
|
|
</PropertyGroup>
|
2017-10-27 20:08:52 +03:00
|
|
|
<PropertyGroup Label="Package Versions">
|
2018-03-16 21:16:32 +03:00
|
|
|
<BenchmarkDotNetPackageVersion>0.10.13</BenchmarkDotNetPackageVersion>
|
2019-01-29 16:31:07 +03:00
|
|
|
<MicrosoftAspNetCoreBenchmarkRunnerSourcesPackageVersion>3.0.0-preview.19078.2</MicrosoftAspNetCoreBenchmarkRunnerSourcesPackageVersion>
|
|
|
|
<MicrosoftAspNetCoreTestingPackageVersion>3.0.0-preview.19078.2</MicrosoftAspNetCoreTestingPackageVersion>
|
2018-10-10 05:00:16 +03:00
|
|
|
<MicrosoftBuildFrameworkPackageVersion>15.8.166</MicrosoftBuildFrameworkPackageVersion>
|
|
|
|
<MicrosoftBuildPackageVersion>15.8.166</MicrosoftBuildPackageVersion>
|
|
|
|
<MicrosoftBuildUtilitiesCorePackageVersion>15.8.166</MicrosoftBuildUtilitiesCorePackageVersion>
|
2018-12-19 04:58:02 +03:00
|
|
|
<MicrosoftCodeAnalysisCommonPackageVersion>2.11.0-beta1-final</MicrosoftCodeAnalysisCommonPackageVersion>
|
|
|
|
<MicrosoftCodeAnalysisCSharpPackageVersion>2.11.0-beta1-final</MicrosoftCodeAnalysisCSharpPackageVersion>
|
2019-01-18 20:46:15 +03:00
|
|
|
<MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>2.11.0-beta1-final</MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>
|
2019-01-29 16:31:07 +03:00
|
|
|
<MicrosoftExtensionsCommandLineUtilsSourcesPackageVersion>3.0.0-preview.19078.2</MicrosoftExtensionsCommandLineUtilsSourcesPackageVersion>
|
2019-01-31 16:43:08 +03:00
|
|
|
<MicrosoftExtensionsDependencyModelPackageVersion>3.0.0-preview-27330-4</MicrosoftExtensionsDependencyModelPackageVersion>
|
2019-01-29 16:31:07 +03:00
|
|
|
<MicrosoftExtensionsHashCodeCombinerSourcesPackageVersion>3.0.0-preview.19078.2</MicrosoftExtensionsHashCodeCombinerSourcesPackageVersion>
|
|
|
|
<MicrosoftExtensionsNonCapturingTimerSourcesPackageVersion>3.0.0-preview.19078.2</MicrosoftExtensionsNonCapturingTimerSourcesPackageVersion>
|
2019-01-31 16:43:08 +03:00
|
|
|
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview-27330-4</MicrosoftNETCoreAppPackageVersion>
|
2018-09-09 22:26:19 +03:00
|
|
|
<MicrosoftNETCoreApp21PackageVersion>2.1.3</MicrosoftNETCoreApp21PackageVersion>
|
2019-01-25 03:57:16 +03:00
|
|
|
<MicrosoftNETCoreApp30PackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreApp30PackageVersion>
|
2018-11-19 19:58:35 +03:00
|
|
|
<MicrosoftNETFrameworkReferenceAssemblies>1.0.0-alpha-004</MicrosoftNETFrameworkReferenceAssemblies>
|
2018-12-03 01:17:26 +03:00
|
|
|
<MicrosoftNetRoslynDiagnosticsPackageVersion>2.6.2</MicrosoftNetRoslynDiagnosticsPackageVersion>
|
2018-12-02 03:25:55 +03:00
|
|
|
<MicrosoftVisualStudioComponentModelHostPackageVersion>16.0.189-g83e7c53a57</MicrosoftVisualStudioComponentModelHostPackageVersion>
|
|
|
|
<MicrosoftVisualStudioImageCatalogPackageVersion>16.0.28226-pre</MicrosoftVisualStudioImageCatalogPackageVersion>
|
2018-12-03 01:17:26 +03:00
|
|
|
<MicrosoftVisualStudioEditorPackageVersion>16.0.177-g0ae5fa46a1</MicrosoftVisualStudioEditorPackageVersion>
|
|
|
|
<MicrosoftVisualStudioLanguagePackageVersion>16.0.177-g0ae5fa46a1</MicrosoftVisualStudioLanguagePackageVersion>
|
|
|
|
<MicrosoftVisualStudioLanguageIntellisensePackageVersion>16.0.177-g0ae5fa46a1</MicrosoftVisualStudioLanguageIntellisensePackageVersion>
|
2019-02-01 02:59:36 +03:00
|
|
|
<MicrosoftVisualStudioLiveSharePackageVersion>0.3.1074</MicrosoftVisualStudioLiveSharePackageVersion>
|
2018-10-10 05:00:16 +03:00
|
|
|
<MicrosoftVisualStudioOLEInteropPackageVersion>7.10.6071</MicrosoftVisualStudioOLEInteropPackageVersion>
|
2018-10-08 20:55:59 +03:00
|
|
|
<MicrosoftVisualStudioProjectSystemAnalyzersPackageVersion>16.0.201-pre-g7d366164d0</MicrosoftVisualStudioProjectSystemAnalyzersPackageVersion>
|
2018-12-03 01:17:26 +03:00
|
|
|
<MicrosoftVisualStudioProjectSystemManagedVSPackageVersion>3.0.0-beta1-63529-03</MicrosoftVisualStudioProjectSystemManagedVSPackageVersion>
|
2018-10-08 20:55:59 +03:00
|
|
|
<MicrosoftVisualStudioProjectSystemSDKPackageVersion>16.0.201-pre-g7d366164d0</MicrosoftVisualStudioProjectSystemSDKPackageVersion>
|
2018-12-02 03:25:55 +03:00
|
|
|
<MicrosoftVisualStudioSDKAnalyzersVersion>15.8.36</MicrosoftVisualStudioSDKAnalyzersVersion>
|
|
|
|
<MicrosoftVisualStudioShell150PackageVersion>16.0.28226-pre</MicrosoftVisualStudioShell150PackageVersion>
|
2018-10-10 05:00:16 +03:00
|
|
|
<MicrosoftVisualStudioShellInterop100PackageVersion>10.0.30320</MicrosoftVisualStudioShellInterop100PackageVersion>
|
|
|
|
<MicrosoftVisualStudioShellInterop110PackageVersion>11.0.61031</MicrosoftVisualStudioShellInterop110PackageVersion>
|
|
|
|
<MicrosoftVisualStudioShellInterop120PackageVersion>12.0.30111</MicrosoftVisualStudioShellInterop120PackageVersion>
|
|
|
|
<MicrosoftVisualStudioShellInterop80PackageVersion>8.0.50728</MicrosoftVisualStudioShellInterop80PackageVersion>
|
|
|
|
<MicrosoftVisualStudioShellInterop90PackageVersion>9.0.30730</MicrosoftVisualStudioShellInterop90PackageVersion>
|
|
|
|
<MicrosoftVisualStudioShellInteropPackageVersion>7.10.6072</MicrosoftVisualStudioShellInteropPackageVersion>
|
2018-12-03 01:17:26 +03:00
|
|
|
<MicrosoftVisualStudioTextUIPackageVersion>16.0.177-g0ae5fa46a1</MicrosoftVisualStudioTextUIPackageVersion>
|
2018-10-10 05:00:16 +03:00
|
|
|
<MicrosoftVisualStudioThreadingPackageVersion>15.8.168</MicrosoftVisualStudioThreadingPackageVersion>
|
2018-03-03 00:53:00 +03:00
|
|
|
<MonoAddinsPackageVersion>1.3.8</MonoAddinsPackageVersion>
|
2017-12-16 03:20:18 +03:00
|
|
|
<MonoDevelopSdkPackageVersion>1.0.1</MonoDevelopSdkPackageVersion>
|
2018-10-19 21:31:28 +03:00
|
|
|
<MoqPackageVersion>4.10.0</MoqPackageVersion>
|
2018-04-27 03:09:31 +03:00
|
|
|
<NETStandardLibrary20PackageVersion>2.0.3</NETStandardLibrary20PackageVersion>
|
2018-12-02 03:25:55 +03:00
|
|
|
<!-- STOP!!! We need to reference the version of JSON that our HOSTS supprt. -->
|
|
|
|
<NewtonsoftJsonPackageVersion>9.0.1</NewtonsoftJsonPackageVersion>
|
|
|
|
<VS_NewtonsoftJsonPackageVersion>9.0.1</VS_NewtonsoftJsonPackageVersion>
|
|
|
|
<VSMAC_NewtonsoftJsonPackageVersion>10.0.3</VSMAC_NewtonsoftJsonPackageVersion>
|
|
|
|
<TEST_NewtonsoftJsonPackageVersion>11.0.1</TEST_NewtonsoftJsonPackageVersion>
|
2018-10-24 01:20:01 +03:00
|
|
|
<StreamJsonRpcPackageVersion>1.3.23</StreamJsonRpcPackageVersion>
|
2019-01-31 16:37:14 +03:00
|
|
|
<SystemDiagnosticsDiagnosticSourcePackageVersion>4.6.0-preview.19080.5</SystemDiagnosticsDiagnosticSourcePackageVersion>
|
|
|
|
<SystemTextEncodingsWebPackageVersion>4.6.0-preview.19080.5</SystemTextEncodingsWebPackageVersion>
|
2018-12-13 01:19:49 +03:00
|
|
|
<VSIX_MicrosoftCodeAnalysisPackageVersion>3.0.0-beta2-18612-05</VSIX_MicrosoftCodeAnalysisPackageVersion>
|
|
|
|
<VSIX_MicrosoftCodeAnalysisCommonPackageVersion>3.0.0-beta2-18612-05</VSIX_MicrosoftCodeAnalysisCommonPackageVersion>
|
|
|
|
<VSIX_MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>3.0.0-beta2-18612-05</VSIX_MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
|
|
|
|
<VSIX_MicrosoftCodeAnalysisCSharpPackageVersion>3.0.0-beta2-18612-05</VSIX_MicrosoftCodeAnalysisCSharpPackageVersion>
|
|
|
|
<VSIX_MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>3.0.0-beta2-18612-05</VSIX_MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>
|
|
|
|
<VSIX_MicrosoftCodeAnalysisEditorFeaturesTextPackageVersion>3.0.0-beta2-18612-05</VSIX_MicrosoftCodeAnalysisEditorFeaturesTextPackageVersion>
|
|
|
|
<VSIX_MicrosoftCodeAnalysisRemoteRazorServiceHubPackageVersion>3.0.0-beta2-18612-05</VSIX_MicrosoftCodeAnalysisRemoteRazorServiceHubPackageVersion>
|
|
|
|
<VSIX_MicrosoftCodeAnalysisVisualBasicWorkspacesPackageVersion>3.0.0-beta2-18612-05</VSIX_MicrosoftCodeAnalysisVisualBasicWorkspacesPackageVersion>
|
|
|
|
<VSIX_MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>3.0.0-beta2-18612-05</VSIX_MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>
|
|
|
|
<VSIX_MicrosoftVisualStudioLanguageServicesPackageVersion>3.0.0-beta2-18612-05</VSIX_MicrosoftVisualStudioLanguageServicesPackageVersion>
|
|
|
|
<VSIX_MicrosoftVisualStudioLanguageServicesRazorRemoteClientPackageVersion>3.0.0-beta2-18612-05</VSIX_MicrosoftVisualStudioLanguageServicesRazorRemoteClientPackageVersion>
|
2018-07-29 22:23:23 +03:00
|
|
|
<XunitAnalyzersPackageVersion>0.10.0</XunitAnalyzersPackageVersion>
|
2017-12-04 22:29:09 +03:00
|
|
|
<XunitPackageVersion>2.3.1</XunitPackageVersion>
|
2018-07-29 22:23:23 +03:00
|
|
|
<XunitRunnerVisualStudioPackageVersion>2.4.0</XunitRunnerVisualStudioPackageVersion>
|
2017-10-27 20:08:52 +03:00
|
|
|
</PropertyGroup>
|
2018-12-02 03:25:55 +03:00
|
|
|
<!--
|
|
|
|
These items will be used to install additional dotnet runtimes during bootstrapping. See tools.props.
|
|
|
|
-->
|
|
|
|
<ItemGroup>
|
|
|
|
<DotNetRuntime Include="$(MicrosoftNETCoreApp21PackageVersion)" />
|
|
|
|
<DotNetRuntime Include="$(MicrosoftNETCoreApp30PackageVersion)" />
|
|
|
|
</ItemGroup>
|
2018-12-11 16:21:09 +03:00
|
|
|
</Project>
|