Skip to content

Commit

Permalink
Merge pull request #86 from HicServices/feature/trim
Browse files Browse the repository at this point in the history
Feature/trim
  • Loading branch information
JFriel committed Oct 18, 2023
2 parents a556162 + f77ffa6 commit 477d0ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions TypeGuesser/TypeGuesser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<TargetFrameworks>net6.0</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsTrimmable>true</IsTrimmable>
<IsAotCompatible>true</IsAotCompatible>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 477d0ee

Please sign in to comment.