File tree Expand file tree Collapse file tree 5 files changed +28
-1
lines changed Expand file tree Collapse file tree 5 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 33 <TargetFramework >net5.0</TargetFramework >
44 <RootNamespace >Microsoft.Python.Analysis</RootNamespace >
55 <AssemblyName >Microsoft.Python.Analysis</AssemblyName >
6+ <PackageId >Microsoft.Python.Analysis</PackageId >
7+ <Version >1.0.0</Version >
8+ <Authors >Apiiro</Authors >
9+ <Company >Apiiro</Company >
10+ <RepositoryUrl >https://github.com/apiiro/python-language-server</RepositoryUrl >
611 </PropertyGroup >
712 <PropertyGroup >
813 <!--
Original file line number Diff line number Diff line change 33 <TargetFramework >net5.0</TargetFramework >
44 <RootNamespace >Microsoft.Python.Analysis</RootNamespace >
55 <AssemblyName >Microsoft.Python.Analysis.Core</AssemblyName >
6+ <PackageId >Microsoft.Python.Analysis.Core</PackageId >
7+ <Version >1.0.0</Version >
8+ <Authors >Apiiro</Authors >
9+ <Company >Apiiro</Company >
10+ <RepositoryUrl >https://github.com/apiiro/python-language-server</RepositoryUrl >
611 </PropertyGroup >
712 <PropertyGroup >
813 <!--
Original file line number Diff line number Diff line change 33 <TargetFramework >net5.0</TargetFramework >
44 <RootNamespace >Microsoft.Python.Core</RootNamespace >
55 <AssemblyName >Microsoft.Python.Core</AssemblyName >
6+ <PackageId >Microsoft.Python.Core</PackageId >
7+ <Version >1.0.0</Version >
8+ <Authors >Apiiro</Authors >
9+ <Company >Apiiro</Company >
10+ <RepositoryUrl >https://github.com/apiiro/python-language-server</RepositoryUrl >
611 </PropertyGroup >
712 <PropertyGroup >
813 <!--
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <TargetFramework >net5.0 </TargetFramework >
3+ <TargetFramework >netcoreapp3.1 </TargetFramework >
44 <RootNamespace >Microsoft.Python.LanguageServer</RootNamespace >
55 <AssemblyName >Microsoft.Python.LanguageServer</AssemblyName >
6+ <PackageId >Microsoft.Python.LanguageServer</PackageId >
7+ <Version >1.0.0</Version >
8+ <Authors >Apiiro</Authors >
9+ <Company >Apiiro</Company >
10+ <PackageDescription >Apiiro Python Language Server</PackageDescription >
11+ <RepositoryUrl >https://github.com/apiiro/python-language-server</RepositoryUrl >
12+ <PackageIconUrl >https://i.imgur.com/5fg74ch.png</PackageIconUrl >
613 </PropertyGroup >
714 <Import Project =" ..\..\..\build\NetStandard.settings" />
815 <Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk" />
Original file line number Diff line number Diff line change 33 <TargetFramework >net5.0</TargetFramework >
44 <RootNamespace >Microsoft.Python.Parsing</RootNamespace >
55 <AssemblyName >Microsoft.Python.Parsing</AssemblyName >
6+ <PackageId >Microsoft.Python.Parsing</PackageId >
7+ <Version >1.0.0</Version >
8+ <Authors >Apiiro</Authors >
9+ <Company >Apiiro</Company >
10+ <RepositoryUrl >https://github.com/apiiro/python-language-server</RepositoryUrl >
611 </PropertyGroup >
712 <PropertyGroup >
813 <!--
You can’t perform that action at this time.
0 commit comments