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 b9dee8b commit 3aec6afCopy full SHA for 3aec6af
test/integration/Appium.Net.Integration.Tests.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<TargetFrameworks>net48;net8.0</TargetFrameworks>
4
<LangVersion>latest</LangVersion>
@@ -11,7 +11,7 @@
11
<ItemGroup>
12
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
13
<PackageReference Include="NUnit" Version="4.3.2" />
14
- <PackageReference Include="NUnit.Analyzers" Version="4.6.0">
+ <PackageReference Include="NUnit.Analyzers" Version="4.7.0">
15
<PrivateAssets>all</PrivateAssets>
16
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
17
</PackageReference>
0 commit comments