From 9f7162f12944cc722dba9e91f4d30aa312142d49 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 5 Dec 2022 13:50:52 +0800 Subject: Develop secret api. v7 --- .../CrupestApi.Commons.Tests.csproj | 28 ++++++++++++++++++++++ .../CrupestApi/CrupestApi.Commons.Tests/Usings.cs | 1 + 2 files changed, 29 insertions(+) create mode 100644 docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/CrupestApi.Commons.Tests.csproj create mode 100644 docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Usings.cs (limited to 'docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests') diff --git a/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/CrupestApi.Commons.Tests.csproj b/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/CrupestApi.Commons.Tests.csproj new file mode 100644 index 0000000..59edf0d --- /dev/null +++ b/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/CrupestApi.Commons.Tests.csproj @@ -0,0 +1,28 @@ + + + + net7.0 + enable + enable + + false + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + \ No newline at end of file diff --git a/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Usings.cs b/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Usings.cs new file mode 100644 index 0000000..8c927eb --- /dev/null +++ b/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Usings.cs @@ -0,0 +1 @@ +global using Xunit; \ No newline at end of file -- cgit v1.2.3