Skip to content

Commit

Permalink
[deploy] only support one target framework in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanloerwald committed Sep 28, 2024
1 parent bbd4475 commit 4b52795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests_WebCompiler/Tests_WebCompiler.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<TargetFrameworks>net9.0</TargetFrameworks>
<IsPackable>false</IsPackable>
<AssemblyName>Tests_WebCompiler</AssemblyName>
<RootNamespace>Tests_WebCompiler</RootNamespace>
Expand Down

0 comments on commit 4b52795

Please sign in to comment.