Skip to content

Commit

Permalink
Removing constraint from templates to avoid SDK multithreading issue (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
joperezr authored May 15, 2024
1 parent bcfd748 commit 756dfe6
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
"guids": [
"98048C9C-BF28-46BA-A98E-63767EE5E3A8"
],
"constraints": {
"aspire": {
"type": "workload",
"args": [ "aspire" ]
}
},
"symbols": {
"Framework": {
"type": "parameter",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@
]
}
],
"constraints": {
"aspire": {
"type": "workload",
"args": [ "aspire" ]
}
},
"symbols": {
"Framework": {
"type": "parameter",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
"identity": "Aspire.Tests.MSTest.CSharp.8.0",
"thirdPartyNotices": "https://aka.ms/dotnet/aspire/8.0-third-party-notices",
"groupIdentity": "Aspire.Tests.MSTest",
"constraints": {
"aspire": {
"type": "workload",
"args": [ "aspire" ]
}
},
"symbols": {
"Framework": {
"type": "parameter",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
"identity": "Aspire.Tests.NUnit.CSharp.8.0",
"thirdPartyNotices": "https://aka.ms/dotnet/aspire/8.0-third-party-notices",
"groupIdentity": "Aspire.Tests.NUnit",
"constraints": {
"aspire": {
"type": "workload",
"args": [ "aspire" ]
}
},
"symbols": {
"Framework": {
"type": "parameter",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@
"identity": "Aspire.ServiceDefaults.CSharp.8.0",
"thirdPartyNotices": "https://aka.ms/dotnet/aspire/8.0-third-party-notices",
"groupIdentity": "Aspire.ServiceDefaults",
"constraints": {
"aspire": {
"type": "workload",
"args": [ "aspire" ]
}
},
"symbols": {
"Framework": {
"type": "parameter",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@
]
}
],
"constraints": {
"aspire": {
"type": "workload",
"args": [ "aspire" ]
}
},
"symbols": {
"Framework": {
"type": "parameter",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
"identity": "Aspire.Tests.xUnit.CSharp.8.0",
"thirdPartyNotices": "https://aka.ms/dotnet/aspire/8.0-third-party-notices",
"groupIdentity": "Aspire.Tests.xUnit",
"constraints": {
"aspire": {
"type": "workload",
"args": [ "aspire" ]
}
},
"symbols": {
"Framework": {
"type": "parameter",
Expand Down

0 comments on commit 756dfe6

Please sign in to comment.