diff --git a/src/PAModelTests/AssemblyInfo1.cs b/src/Microsoft.PowerPlatform.PowerApps.Persistence.Tests/AssemblyInfo.cs similarity index 100% rename from src/PAModelTests/AssemblyInfo1.cs rename to src/Microsoft.PowerPlatform.PowerApps.Persistence.Tests/AssemblyInfo.cs diff --git a/src/Microsoft.PowerPlatform.PowerApps.Persistence/packages.lock.json b/src/Microsoft.PowerPlatform.PowerApps.Persistence/packages.lock.json new file mode 100644 index 00000000..f4373772 --- /dev/null +++ b/src/Microsoft.PowerPlatform.PowerApps.Persistence/packages.lock.json @@ -0,0 +1,13 @@ +{ + "version": 1, + "dependencies": { + "net7.0": { + "YamlDotNet": { + "type": "Direct", + "requested": "[15.1.0, )", + "resolved": "15.1.0", + "contentHash": "fXrqmKkzBtXeJiHEsZOPEWkonHweiwk/l0Hqhz4yMIZPh57kZy03Xbj2/e8HV1QIkTw7yeBe9bbphuE3YiI4vQ==" + } + } + } +} \ No newline at end of file diff --git a/src/PAModelTests/AssemblyInfo.cs b/src/PAModelTests/AssemblyInfo.cs new file mode 100644 index 00000000..1fe1d92b --- /dev/null +++ b/src/PAModelTests/AssemblyInfo.cs @@ -0,0 +1,4 @@ +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. + +[assembly: Parallelize(Workers = 16, Scope = ExecutionScope.MethodLevel)]