Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
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
ref: ModuleInitializer requires .NET 5.0
  • Loading branch information
Flash0ver committed Jul 9, 2025
commit c00e25ed081e5620d0afd7f7e07ce630f1b36b70
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void Execute(GeneratorExecutionContext context)
// regenerated.
// </auto-generated>

#if NET8_0_OR_GREATER
#if NET5_0_OR_GREATER
namespace Sentry.Generated
{
[global::System.Runtime.CompilerServices.CompilerGenerated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// regenerated.
// </auto-generated>

#if NET8_0_OR_GREATER
#if NET5_0_OR_GREATER
namespace Sentry.Generated
{
[global::System.Runtime.CompilerServices.CompilerGenerated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// regenerated.
// </auto-generated>

#if NET8_0_OR_GREATER
#if NET5_0_OR_GREATER
namespace Sentry.Generated
{
[global::System.Runtime.CompilerServices.CompilerGenerated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// regenerated.
// </auto-generated>

#if NET8_0_OR_GREATER
#if NET5_0_OR_GREATER
namespace Sentry.Generated
{
[global::System.Runtime.CompilerServices.CompilerGenerated]
Expand Down