We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5492961 commit 0142cd1Copy full SHA for 0142cd1
examples/Actor/DemoActor.UnitTest/DemoActor.UnitTest.csproj
@@ -1,7 +1,8 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFrameworks>net6;net7;net8</TargetFrameworks>
5
+ <!--<TargetFramework>net6.0</TargetFramework>-->
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
8
0 commit comments