Do not set property already set by Roslyn
This commit is contained in:
parent
f7633eb432
commit
04c49844d3
2 changed files with 0 additions and 18 deletions
|
@ -211,11 +211,6 @@
|
|||
<CliInternalBuildVersion>30000001-1</CliInternalBuildVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- Ref-only package versions -->
|
||||
<PropertyGroup>
|
||||
<RefOnlyMicrosoftCodeAnalysisCommonVersion>4.1.0</RefOnlyMicrosoftCodeAnalysisCommonVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ExtraPackageVersionPropsPackageInfo Include="DotnetCliInternalVersion" Version="3.0.100-$(CliInternalReleaseTag)-$(CliInternalBuildVersion)" />
|
||||
</ItemGroup>
|
||||
|
|
|
@ -21,19 +21,6 @@
|
|||
<GlobalJsonFile>$(ProjectDirectory)global.json</GlobalJsonFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<!--
|
||||
From roslyn Versions.props:
|
||||
The version of Roslyn we build Source Generators against that are built in this
|
||||
repository. This must be lower than MicrosoftNetCompilersToolsetVersion,
|
||||
but not higher than our minimum dogfoodable Visual Studio version, or else
|
||||
the generators we build would load on the command line but not load in IDEs.
|
||||
|
||||
In source-build we use ref-only package from SBRP.
|
||||
-->
|
||||
<ExtraPackageVersionPropsPackageInfo Include="SourceGeneratorMicrosoftCodeAnalysisVersion" Version="$(RefOnlyMicrosoftCodeAnalysisCommonVersion)" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<RepositoryReference Include="arcade" />
|
||||
<RepositoryReference Include="command-line-api" />
|
||||
|
|
Loading…
Add table
Reference in a new issue