products/identity-server/test/Directory.Build.props
Joe DeCock 58a85f0779 Add a new props file for turning off warnings
These warnings are only disabled temporarily. We will bring them back
after merging net10.0 support.
2025-09-16 08:54:17 -05:00

8 lines
227 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project>
<Import Project="../../test.props" />
<Import Project="../identity-server.props" />
<PropertyGroup>
<IsIdSrvProject>true</IsIdSrvProject>
</PropertyGroup>
</Project>