Commit 56f8bba
Remove MSTest.TestFramework from Core project (#3476)
## Summary
Removes the `MSTest.TestFramework` package reference from the Core
project (`src/Core/Azure.DataApiBuilder.Core.csproj`).
The Core project is not a test project and should not have any unit test
dependencies. `MSTest.TestFramework` was never used in any Core source
files — it was an unnecessary dependency that should only exist in test
projects (`Cli.Tests`, `Service.Tests`).
## Changes
- Removed `<PackageReference Include="MSTest.TestFramework" />` from
`src/Core/Azure.DataApiBuilder.Core.csproj`
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: vadeveka <52937801+vadeveka@users.noreply.github.com>1 parent 93edc20 commit 56f8bba
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
0 commit comments