Allow all attribute values if there is no regex

This commit is contained in:
Caner Patır
2018-07-05 16:27:30 +03:00
parent 7069cb4af8
commit cac021caca
5 changed files with 2421 additions and 4 deletions

View File

@@ -6,6 +6,10 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<None Remove="resources\antisamy-mysite.xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.6.0" />
@@ -15,7 +19,9 @@
</ItemGroup>
<ItemGroup>
<Folder Include="resources\" />
<Content Include="resources\antisamy-mysite.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>