diff --git a/src/BlazorInteractive.Compilation.Tests/BlazorInteractive.Compilation.Tests.csproj b/src/BlazorInteractive.Compilation.Tests/BlazorInteractive.Compilation.Tests.csproj index 43782b81..3b8380f9 100644 --- a/src/BlazorInteractive.Compilation.Tests/BlazorInteractive.Compilation.Tests.csproj +++ b/src/BlazorInteractive.Compilation.Tests/BlazorInteractive.Compilation.Tests.csproj @@ -1,7 +1,7 @@ - net8.0 + net7.0 enable enable false @@ -13,9 +13,9 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/BlazorInteractive.Compilation/BlazorInteractive.Compilation.csproj b/src/BlazorInteractive.Compilation/BlazorInteractive.Compilation.csproj index ad89d44b..8cf46aec 100644 --- a/src/BlazorInteractive.Compilation/BlazorInteractive.Compilation.csproj +++ b/src/BlazorInteractive.Compilation/BlazorInteractive.Compilation.csproj @@ -1,7 +1,7 @@ - net8.0 + net7.0 enable enable true @@ -9,7 +9,7 @@ - + diff --git a/src/BlazorInteractive.DependencyManagement.Tests/BlazorInteractive.DependencyManagement.Tests.csproj b/src/BlazorInteractive.DependencyManagement.Tests/BlazorInteractive.DependencyManagement.Tests.csproj index cf730983..df3c267e 100644 --- a/src/BlazorInteractive.DependencyManagement.Tests/BlazorInteractive.DependencyManagement.Tests.csproj +++ b/src/BlazorInteractive.DependencyManagement.Tests/BlazorInteractive.DependencyManagement.Tests.csproj @@ -1,7 +1,7 @@ - net8.0 + net7.0 enable enable @@ -11,11 +11,11 @@ - + - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/BlazorInteractive.DependencyManagement/BlazorInteractive.DependencyManagement.csproj b/src/BlazorInteractive.DependencyManagement/BlazorInteractive.DependencyManagement.csproj index cbc69637..5d11ff69 100644 --- a/src/BlazorInteractive.DependencyManagement/BlazorInteractive.DependencyManagement.csproj +++ b/src/BlazorInteractive.DependencyManagement/BlazorInteractive.DependencyManagement.csproj @@ -1,14 +1,14 @@ - net8.0 + net7.0 enable enable - - + + diff --git a/src/BlazorInteractive.Tests/BlazorInteractive.Tests.csproj b/src/BlazorInteractive.Tests/BlazorInteractive.Tests.csproj index 75a3e256..7d6a315a 100644 --- a/src/BlazorInteractive.Tests/BlazorInteractive.Tests.csproj +++ b/src/BlazorInteractive.Tests/BlazorInteractive.Tests.csproj @@ -1,7 +1,7 @@ - net8.0 + net7.0 enable enable false @@ -10,12 +10,12 @@ - + - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/BlazorInteractive/BlazorInteractive.csproj b/src/BlazorInteractive/BlazorInteractive.csproj index 8757c586..a765b00e 100644 --- a/src/BlazorInteractive/BlazorInteractive.csproj +++ b/src/BlazorInteractive/BlazorInteractive.csproj @@ -1,7 +1,7 @@ - net8.0 + net7.0 enable enable true @@ -19,9 +19,9 @@ - - - + + + diff --git a/src/global.json b/src/global.json index f3365c41..112677b9 100644 --- a/src/global.json +++ b/src/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "7.0.306" } } \ No newline at end of file