Skip to content

Commit 6e8ae8a

Browse files
update targets
1 parent 5929360 commit 6e8ae8a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

IntelliTect.Multitool.Tests/IntelliTect.Multitool.Tests.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="../IntelliTect.Multitool/Build/IntelliTect.Multitool.targets" />
33
<PropertyGroup>
4-
<TargetFrameworks>netcoreapp3.1; net6.0; net8.0</TargetFrameworks>
4+
<TargetFrameworks>net8.0</TargetFrameworks>
55

66
<IsPackable>false</IsPackable>
77
</PropertyGroup>
88

9-
<PropertyGroup>
9+
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' != 'true'">
10+
<!-- We want to make sure our CI property works properly on the runner, this is just to run tests locally -->
11+
<!-- We don't use the $CI condition since that is the one under test -->
1012
<ReleaseDateAttribute>true</ReleaseDateAttribute>
1113
</PropertyGroup>
1214

0 commit comments

Comments
 (0)