Skip to content

Commit 43b5479

Browse files
committed
Переключил консольный проект на net5.0
1 parent 9487457 commit 43b5479

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/oscript/oscript.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="$(MSBuildProjectDirectory)/../oscommon.targets" />
44

55
<PropertyGroup>
6-
<TargetFramework>netcoreapp3.1</TargetFramework>
6+
<TargetFramework>net5.0</TargetFramework>
77
<ApplicationIcon />
88
<OutputType>Exe</OutputType>
99
<StartupObject>oscript.Program</StartupObject>
@@ -26,9 +26,6 @@
2626
<PlatformTarget>x86</PlatformTarget>
2727
<IntermediateOutputPath>obj\x86\Debug</IntermediateOutputPath>
2828
</PropertyGroup>
29-
<ItemGroup>
30-
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
31-
</ItemGroup>
3229
<ItemGroup>
3330
<ProjectReference Include="..\OneScript.DebugProtocol\OneScript.DebugProtocol.csproj" />
3431
<ProjectReference Include="..\OneScript.DebugServices\OneScript.DebugServices.csproj" />

0 commit comments

Comments
 (0)