mirror of
https://github.com/yaakov-h/Shamir.git
synced 2025-07-01 00:35:16 +00:00
namespacing
This commit is contained in:
parent
2fd9a65f37
commit
7d656c7dd8
4 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
using NUnit.Framework;
|
||||
|
||||
namespace console.tests
|
||||
namespace Shamir.Console.Tests
|
||||
{
|
||||
public class Tests
|
||||
{
|
|
@ -3,6 +3,7 @@
|
|||
<PropertyGroup>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<IsPackable>false</IsPackable>
|
||||
<RootNamespace>Shamir.Console.Tests
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue