File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 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 >
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" />
You can’t perform that action at this time.
0 commit comments