Change tests assembly name.

This commit is contained in:
Jared Goodwin 2020-02-25 09:53:21 -08:00
parent ee2118556d
commit 9afce38a4f

View File

@ -4,6 +4,10 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
<RootNamespace>Remotely.Tests</RootNamespace>
<AssemblyName>Remotely_Tests</AssemblyName>
</PropertyGroup>
<ItemGroup>