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 3
3
<TargetFramework >net5.0</TargetFramework >
4
4
<RootNamespace >Microsoft.Python.Analysis</RootNamespace >
5
5
<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 >
6
11
</PropertyGroup >
7
12
<PropertyGroup >
8
13
<!--
Original file line number Diff line number Diff line change 3
3
<TargetFramework >net5.0</TargetFramework >
4
4
<RootNamespace >Microsoft.Python.Analysis</RootNamespace >
5
5
<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 >
6
11
</PropertyGroup >
7
12
<PropertyGroup >
8
13
<!--
Original file line number Diff line number Diff line change 3
3
<TargetFramework >net5.0</TargetFramework >
4
4
<RootNamespace >Microsoft.Python.Core</RootNamespace >
5
5
<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 >
6
11
</PropertyGroup >
7
12
<PropertyGroup >
8
13
<!--
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <TargetFramework >net5.0 </TargetFramework >
3
+ <TargetFramework >netcoreapp3.1 </TargetFramework >
4
4
<RootNamespace >Microsoft.Python.LanguageServer</RootNamespace >
5
5
<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 >
6
13
</PropertyGroup >
7
14
<Import Project =" ..\..\..\build\NetStandard.settings" />
8
15
<Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk" />
Original file line number Diff line number Diff line change 3
3
<TargetFramework >net5.0</TargetFramework >
4
4
<RootNamespace >Microsoft.Python.Parsing</RootNamespace >
5
5
<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 >
6
11
</PropertyGroup >
7
12
<PropertyGroup >
8
13
<!--
You can’t perform that action at this time.
0 commit comments