Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump supported .NET versions to net462 and net6.0+ #377

Merged
merged 24 commits into from
Apr 2, 2024
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
f1db56e
Add net6.0 to targeted frameworks
jonathanedey Feb 2, 2024
14d4931
Add net6.0 to CI
jonathanedey Feb 2, 2024
8c924b7
fix: update target frameworks for integration tests ans snippets
jonathanedey Feb 2, 2024
087b499
Refactor build process and test multiple frameworks
jonathanedey Feb 9, 2024
5df7146
Refactor build process and test multiple frameworks
jonathanedey Feb 9, 2024
fca310a
fix script call
jonathanedey Feb 9, 2024
e59dfad
Refactor and update nightly and release workflows
jonathanedey Feb 12, 2024
c313add
Trigger Integration Tests
jonathanedey Feb 12, 2024
e67dd70
fix running unit tests in release stage
jonathanedey Feb 12, 2024
2634f5c
fix build before running integration tests
jonathanedey Feb 12, 2024
6b27208
fix: revert to expected build name
jonathanedey Feb 13, 2024
4d0f6b7
try only 3.1
jonathanedey Feb 13, 2024
fc80ada
try no specific version
jonathanedey Feb 13, 2024
57bc907
fix set `Microsoft.NET.Test.Sdk` to 15.0.0
jonathanedey Feb 13, 2024
44b0fd1
Add Microsoft.TestPlatform.ObjectModel package for net462
jonathanedey Feb 14, 2024
6dbfbbd
fix: Update xunit Packages and remove Microsoft.TestPlatform.ObjectMo…
jonathanedey Feb 15, 2024
cd33cfd
Fix: tests
jonathanedey Feb 15, 2024
4d430fc
fix: added preprocessor directives to handle differences in tests bet…
jonathanedey Feb 16, 2024
e215cb4
Add netcoreapp3.1, net7.0 and net8.0
jonathanedey Feb 22, 2024
c56262b
fix: Add conditional package references and tests for netcoreapp3.1
jonathanedey Feb 23, 2024
490a7cf
fix conditional test
jonathanedey Feb 23, 2024
bf69b91
Update workflows
jonathanedey Feb 26, 2024
5fd334a
fix: build before running integration tests
jonathanedey Feb 26, 2024
1789517
Removed netcoreap3.1 and redundant net7 and net8
jonathanedey Mar 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix set Microsoft.NET.Test.Sdk to 15.0.0
jonathanedey committed Feb 13, 2024
commit 57bc907b6990d4bf28d05039dca1e91826be1898
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.2.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Google.Apis.Auth" Version="1.49.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="System.Linq.Async" Version="4.1.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">