This repository was archived by the owner on Apr 14, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <AssemblyName >Microsoft.Python.Analysis.Engine</AssemblyName >
66 </PropertyGroup >
77 <PropertyGroup >
8- <!--
8+ <!--
99 1701, 1702 - "You may need to supply assembly policy"
1010 1998 - "This async method lacks 'await'"
1111 -->
1212 <NoWarn >1701;1702;1998;$(NoWarn)</NoWarn >
1313 </PropertyGroup >
14- <Import Project =" ..\..\..\..\Build \NetStandard.settings" />
14+ <Import Project =" ..\..\..\..\build \NetStandard.settings" />
1515 <Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk" />
1616 <ItemGroup >
1717 <PackageReference Include =" MicroBuild.Core" Version =" 0.3.0" >
4747 </EmbeddedResource >
4848 </ItemGroup >
4949 <Import Project =" Sdk.targets" Sdk =" Microsoft.NET.Sdk" />
50- <Import Project =" ..\..\..\..\Build \NetStandard.targets" />
51- </Project >
50+ <Import Project =" ..\..\..\..\build \NetStandard.targets" />
51+ </Project >
Original file line number Diff line number Diff line change 44 <RootNamespace >Microsoft.Python.LanguageServer</RootNamespace >
55 <AssemblyName >Microsoft.Python.LanguageServer</AssemblyName >
66 </PropertyGroup >
7- <Import Project =" ..\..\..\Build \NetStandard.settings" />
7+ <Import Project =" ..\..\..\build \NetStandard.settings" />
88 <Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk" />
99 <PropertyGroup >
1010 <OutputType >Exe</OutputType >
5050 </EmbeddedResource >
5151 </ItemGroup >
5252 <Import Project =" Sdk.targets" Sdk =" Microsoft.NET.Sdk" />
53- <Import Project =" ..\..\..\Build \NetStandard.targets" />
54- </Project >
53+ <Import Project =" ..\..\..\build \NetStandard.targets" />
54+ </Project >
You can’t perform that action at this time.
0 commit comments