File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
3- <PropertyGroup >
4- <OutputType >Exe</OutputType >
5- <TargetFramework >netcoreapp3.1 </TargetFramework >
6- </PropertyGroup >
3+ <PropertyGroup >
4+ <OutputType >Exe</OutputType >
5+ <TargetFramework >net7.0 </TargetFramework >
6+ </PropertyGroup >
77
8- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
9- <DefineConstants ></DefineConstants >
10- </PropertyGroup >
8+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
9+ <DefineConstants ></DefineConstants >
10+ </PropertyGroup >
1111
12- <ItemGroup >
13- </ItemGroup >
12+ <ItemGroup >
13+ </ItemGroup >
1414
15- <ItemGroup >
16- <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
17- </ItemGroup >
15+ <ItemGroup >
16+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
17+ </ItemGroup >
1818
19- <ItemGroup >
20- <ProjectReference Include =" ..\RazorEngineCore\RazorEngineCore.csproj" />
21- </ItemGroup >
19+ <ItemGroup >
20+ <ProjectReference Include =" ..\RazorEngineCore\RazorEngineCore.csproj" />
21+ </ItemGroup >
2222
2323</Project >
You can’t perform that action at this time.
0 commit comments