Skip to content

Commit 56f8bba

Browse files
Copilotvadeveka
andauthored
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

File tree

src/Core/Azure.DataApiBuilder.Core.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<PackageReference Include="Microsoft.OData.Core" />
2525
<PackageReference Include="Microsoft.OData.Edm" />
2626
<PackageReference Include="Microsoft.OpenApi" />
27-
<PackageReference Include="MSTest.TestFramework" />
2827
<PackageReference Include="MySqlConnector" />
2928
<PackageReference Include="Newtonsoft.Json" />
3029
<PackageReference Include="Newtonsoft.Json.Schema" />

0 commit comments

Comments
 (0)