Skip to content

Commit d34ebce

Browse files
committed
ExampleApp to NET7
1 parent 51b02ca commit d34ebce

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
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>

0 commit comments

Comments
 (0)