Skip to content

Commit

Permalink
stop vs complaining about missing assemblies
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Aug 29, 2024
1 parent 98966b4 commit 26c84bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net481</TargetFramework>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\reqnroll.snk</AssemblyOriginatorKeyFile>
<VsEditorAssembliesLocation Condition="'$(VsEditorAssembliesLocation)' == ''">..\ExternalTestDependencies\VS\</VsEditorAssembliesLocation>
<VsEditorAssembliesLocation Condition="'$(VsEditorAssembliesLocation)' == ''">$(MSBuildThisFileDirectory)..\ExternalTestDependencies\VS\</VsEditorAssembliesLocation>
<NoWarn>CS0067;VSTHRD200</NoWarn>
<!--CS0067: The event 'xxx' is never used-->
<!--VSTHRD200: Use "Async" suffix in names of methods that return an awaitable type.-->
Expand Down

0 comments on commit 26c84bb

Please sign in to comment.