mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
update .net tests to use .net 8
.net 6 and 7 were removed from github actions runners
This commit is contained in:
parent
1027596280
commit
28c3d81bd2
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ def _csproj(tool_name):
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net6</TargetFramework>
|
||||
<TargetFramework>net8</TargetFramework>
|
||||
<PackAsTool>true</PackAsTool>
|
||||
<ToolCommandName>{tool_name}</ToolCommandName>
|
||||
<PackageOutputPath>./nupkg</PackageOutputPath>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue