Skip to content

Commit 7043ba4

Browse files
author
Filip Staffa
committed
specify test framework
1 parent 5b10772 commit 7043ba4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build with dotnet
2424
run: dotnet build --configuration Release /p:ContinuousIntegrationBuild=true
2525
- name: Test
26-
run: dotnet test src/PostalCodes.UnitTests/PostalCodes.UnitTests.csproj
26+
run: dotnet test src/PostalCodes.UnitTests/PostalCodes.UnitTests.csproj -f ${{ matrix.dotnet }}
2727
- name: Create nuget package
2828
run: dotnet pack . -p:PackageVersion=0.0.1-alpha -o out --no-build
2929
- name: Install dotnet-validate

src/PostalCodes.UnitTests/PostalCodes.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>netcoreapp2.1;net6.0;net8.0</TargetFrameworks>
3+
<TargetFrameworks>netcoreapp2.2;net6.0;net8.0</TargetFrameworks>
44
</PropertyGroup>
55
<ItemGroup>
66
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />

0 commit comments

Comments
 (0)