Skip to content

Commit

Permalink
Merge branch 'master' into users/davgui/signing
Browse files Browse the repository at this point in the history
  • Loading branch information
mizrael authored Jan 24, 2024
2 parents 743b357 + e5b8160 commit 4c0f93c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": 1,
"dependencies": {
"net7.0": {
"YamlDotNet": {
"type": "Direct",
"requested": "[15.1.0, )",
"resolved": "15.1.0",
"contentHash": "fXrqmKkzBtXeJiHEsZOPEWkonHweiwk/l0Hqhz4yMIZPh57kZy03Xbj2/e8HV1QIkTw7yeBe9bbphuE3YiI4vQ=="
}
}
}
}
4 changes: 4 additions & 0 deletions src/PAModelTests/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

[assembly: Parallelize(Workers = 16, Scope = ExecutionScope.MethodLevel)]

0 comments on commit 4c0f93c

Please sign in to comment.