diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 7e137e8..ba90cde 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-dotnet@v3 with: - dotnet-version: '6.0.x' + dotnet-version: 8.0.x - name: Test run: | dotnet test --nologo --results-directory testresults --collect:"XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=lcov diff --git a/TypeGuesser/TypeGuesser.csproj b/TypeGuesser/TypeGuesser.csproj index 57a8891..f8c7512 100644 --- a/TypeGuesser/TypeGuesser.csproj +++ b/TypeGuesser/TypeGuesser.csproj @@ -10,6 +10,8 @@ net6.0 false true + true + true