diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index 8a6cdda..e269fd1 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -45,6 +45,7 @@ docs/NotFoundResponse.md docs/PortConfiguration.md docs/Response.md docs/ValidationError.md +nuget.config src/Fenrir.Api.Test/Api/FenrirApiTests.cs src/Fenrir.Api.Test/Fenrir.Api.Test.csproj src/Fenrir.Api.Test/Model/ApiTokenListResponseTests.cs diff --git a/nuget.config b/nuget.config new file mode 100644 index 0000000..b66793e --- /dev/null +++ b/nuget.config @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file