File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >netcoreapp3.1 </TargetFramework >
5+ <TargetFramework >net8.0 </TargetFramework >
66 </PropertyGroup >
77
88 <ItemGroup >
99 <Compile Include =" Program.fs" />
1010 </ItemGroup >
1111
12- <ItemGroup >
13- <ProjectReference Include =" ..\..\src\Hedgehog\Hedgehog.fsproj" />
12+ <ItemGroup >
13+ <ProjectReference Include =" ..\..\src\Hedgehog\Hedgehog.fsproj" />
1414 </ItemGroup >
1515
1616 <ItemGroup >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
4- <TargetFramework >netstandard2 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <LangVersion >12</LangVersion >
66 <ApplicationIcon />
77 <OutputType >Library</OutputType >
You can’t perform that action at this time.
0 commit comments