File tree Expand file tree Collapse file tree 10 files changed +23
-21
lines changed Expand file tree Collapse file tree 10 files changed +23
-21
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <TargetFramework >net6 .0</TargetFramework >
3
+ <TargetFramework >net8 .0</TargetFramework >
4
4
<RootNamespace >Microsoft.Python.Analysis</RootNamespace >
5
5
<AssemblyName >Microsoft.Python.Analysis</AssemblyName >
6
6
<PackageId >Microsoft.Python.Analysis</PackageId >
7
- <Version >1.0.3 </Version >
7
+ <Version >1.0.4 </Version >
8
8
<Authors >Apiiro</Authors >
9
9
<Company >Apiiro</Company >
10
10
<RepositoryUrl >https://github.com/apiiro/python-language-server</RepositoryUrl >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <TargetFramework >net6 .0</TargetFramework >
3
+ <TargetFramework >net8 .0</TargetFramework >
4
4
<RootNamespace >Microsoft.Python.Analysis.Tests</RootNamespace >
5
5
<AssemblyName >Microsoft.Python.Analysis.Tests</AssemblyName >
6
6
</PropertyGroup >
24
24
</ItemGroup >
25
25
<ItemGroup >
26
26
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.7.1" />
27
- <PackageReference Include =" Microsoft.Win32.Registry" Version =" 4.7 .0" />
27
+ <PackageReference Include =" Microsoft.Win32.Registry" Version =" 5.0 .0" />
28
28
<PackageReference Include =" MSTest.TestAdapter" Version =" 2.1.2" />
29
29
<PackageReference Include =" MSTest.TestFramework" Version =" 2.1.2" />
30
30
<PackageReference Include =" MicroBuild.Core" Version =" 0.3.0" >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <TargetFramework >net6 .0</TargetFramework >
3
+ <TargetFramework >net8 .0</TargetFramework >
4
4
<RootNamespace >Microsoft.Python.Analysis</RootNamespace >
5
5
<AssemblyName >Microsoft.Python.Analysis.Core</AssemblyName >
6
6
<PackageId >Microsoft.Python.Analysis.Core</PackageId >
7
- <Version >1.0.3 </Version >
7
+ <Version >1.0.4 </Version >
8
8
<Authors >Apiiro</Authors >
9
9
<Company >Apiiro</Company >
10
10
<RepositoryUrl >https://github.com/apiiro/python-language-server</RepositoryUrl >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <TargetFramework >net6 .0</TargetFramework >
3
+ <TargetFramework >net8 .0</TargetFramework >
4
4
<RootNamespace >Microsoft.Python.Core</RootNamespace >
5
5
<AssemblyName >Microsoft.Python.Core</AssemblyName >
6
6
<PackageId >Microsoft.Python.Core</PackageId >
7
- <Version >1.0.3 </Version >
7
+ <Version >1.0.4 </Version >
8
8
<Authors >Apiiro</Authors >
9
9
<Company >Apiiro</Company >
10
10
<RepositoryUrl >https://github.com/apiiro/python-language-server</RepositoryUrl >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <TargetFramework >net6 .0</TargetFramework >
3
+ <TargetFramework >net8 .0</TargetFramework >
4
4
<RootNamespace >Microsoft.Python.Core.Tests</RootNamespace >
5
5
<AssemblyName >Microsoft.Python.Core.Tests</AssemblyName >
6
6
</PropertyGroup >
28
28
</ItemGroup >
29
29
<ItemGroup >
30
30
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.7.1" />
31
- <PackageReference Include =" Microsoft.Win32.Registry" Version =" 4.7 .0" />
31
+ <PackageReference Include =" Microsoft.Win32.Registry" Version =" 5.0 .0" />
32
32
<PackageReference Include =" MSTest.TestAdapter" Version =" 2.1.2" />
33
33
<PackageReference Include =" MSTest.TestFramework" Version =" 2.1.2" />
34
34
<PackageReference Include =" MicroBuild.Core" Version =" 0.3.0" >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <TargetFramework >net6 .0</TargetFramework >
3
+ <TargetFramework >net8 .0</TargetFramework >
4
4
<RootNamespace >Microsoft.Python.LanguageServer</RootNamespace >
5
5
<AssemblyName >Microsoft.Python.LanguageServer</AssemblyName >
6
6
<PackageId >Microsoft.Python.LanguageServer</PackageId >
7
- <Version >1.0.3 </Version >
7
+ <Version >1.0.4 </Version >
8
8
<Authors >Apiiro</Authors >
9
9
<Company >Apiiro</Company >
10
10
<PackageDescription >Apiiro Python Language Server</PackageDescription >
37
37
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
38
38
</PackageReference >
39
39
<PackageReference Include =" Microsoft.Extensions.FileSystemGlobbing" Version =" 3.1.8" />
40
- <PackageReference Include =" NewtonSoft.Json" Version =" 12 .0.3" />
41
- <PackageReference Include =" StreamJsonRpc" Version =" 2.5.46 " />
40
+ <PackageReference Include =" NewtonSoft.Json" Version =" 13 .0.3" />
41
+ <PackageReference Include =" StreamJsonRpc" Version =" 2.18.48 " />
42
42
</ItemGroup >
43
43
<ItemGroup >
44
44
<ProjectReference Include =" ..\..\Analysis\Ast\Impl\Microsoft.Python.Analysis.csproj" />
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <TargetFramework >net6 .0</TargetFramework >
3
+ <TargetFramework >net8 .0</TargetFramework >
4
4
<RootNamespace >Microsoft.Python.LanguageServer.Tests</RootNamespace >
5
5
<AssemblyName >Microsoft.Python.LanguageServer.Tests</AssemblyName >
6
6
</PropertyGroup >
24
24
</ItemGroup >
25
25
<ItemGroup >
26
26
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.7.1" />
27
- <PackageReference Include =" Microsoft.Win32.Registry" Version =" 4.7 .0" />
27
+ <PackageReference Include =" Microsoft.Win32.Registry" Version =" 5.0 .0" />
28
28
<PackageReference Include =" MSTest.TestAdapter" Version =" 2.1.2" />
29
29
<PackageReference Include =" MSTest.TestFramework" Version =" 2.1.2" />
30
30
<PackageReference Include =" MicroBuild.Core" Version =" 0.3.0" >
31
31
<PrivateAssets >all</PrivateAssets >
32
32
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
33
33
</PackageReference >
34
+ <PackageReference Include =" NewtonSoft.Json" Version =" 13.0.3" />
34
35
<PackageReference Include =" NSubstitute" Version =" 4.2.2" />
36
+ <PackageReference Include =" StreamJsonRpc" Version =" 2.18.48" />
35
37
</ItemGroup >
36
38
<ItemGroup >
37
39
<ProjectReference Include =" ..\..\Analysis\Ast\Impl\Microsoft.Python.Analysis.csproj" />
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <TargetFramework >net6 .0</TargetFramework >
3
+ <TargetFramework >net8 .0</TargetFramework >
4
4
<RootNamespace >Microsoft.Python.Parsing</RootNamespace >
5
5
<AssemblyName >Microsoft.Python.Parsing</AssemblyName >
6
6
<PackageId >Microsoft.Python.Parsing</PackageId >
7
- <Version >1.0.3 </Version >
7
+ <Version >1.0.4 </Version >
8
8
<Authors >Apiiro</Authors >
9
9
<Company >Apiiro</Company >
10
10
<RepositoryUrl >https://github.com/apiiro/python-language-server</RepositoryUrl >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <TargetFramework >net6 .0</TargetFramework >
3
+ <TargetFramework >net8 .0</TargetFramework >
4
4
<RootNamespace >Microsoft.Python.Parsing.Tests</RootNamespace >
5
5
<AssemblyName >Microsoft.Python.Parsing.Tests</AssemblyName >
6
6
</PropertyGroup >
28
28
</ItemGroup >
29
29
<ItemGroup >
30
30
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.7.1" />
31
- <PackageReference Include =" Microsoft.Win32.Registry" Version =" 4.7 .0" />
31
+ <PackageReference Include =" Microsoft.Win32.Registry" Version =" 5.0 .0" />
32
32
<PackageReference Include =" MSTest.TestAdapter" Version =" 2.1.2" />
33
33
<PackageReference Include =" MSTest.TestFramework" Version =" 2.1.2" />
34
34
<PackageReference Include =" MicroBuild.Core" Version =" 0.3.0" >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <TargetFramework >net6 .0</TargetFramework >
3
+ <TargetFramework >net8 .0</TargetFramework >
4
4
<RootNamespace >Microsoft.Python.UnitTests.Core</RootNamespace >
5
5
<AssemblyName >Microsoft.Python.UnitTests.Core</AssemblyName >
6
6
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments