Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 46c64ef

Browse files
committed
update .net framework target
1 parent 6c524f7 commit 46c64ef

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

testing/resources/dotnet_hooks_combo_repo/proj1/proj1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net5.0</TargetFramework>
5+
<TargetFramework>net6</TargetFramework>
66

77
<PackAsTool>true</PackAsTool>
88
<ToolCommandName>proj1</ToolCommandName>

testing/resources/dotnet_hooks_combo_repo/proj2/proj2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net5.0</TargetFramework>
5+
<TargetFramework>net6</TargetFramework>
66

77
<PackAsTool>true</PackAsTool>
88
<ToolCommandName>proj2</ToolCommandName>

testing/resources/dotnet_hooks_csproj_repo/dotnet_hooks_csproj_repo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFramework>netcoreapp3.1</TargetFramework>
4+
<TargetFramework>net6</TargetFramework>
55
<PackAsTool>true</PackAsTool>
66
<ToolCommandName>testeroni</ToolCommandName>
77
<PackageOutputPath>./nupkg</PackageOutputPath>

testing/resources/dotnet_hooks_sln_repo/dotnet_hooks_sln_repo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFramework>netcoreapp3.1</TargetFramework>
4+
<TargetFramework>net6</TargetFramework>
55
<PackAsTool>true</PackAsTool>
66
<ToolCommandName>testeroni</ToolCommandName>
77
<PackageOutputPath>./nupkg</PackageOutputPath>

0 commit comments

Comments
 (0)