Skip to content

Commit

Permalink
feat: Add WatcherMessage for watchers
Browse files Browse the repository at this point in the history
Signed-off-by: sociometry <aiyouwangle@163.com>
  • Loading branch information
sociometry committed Sep 2, 2022
1 parent aa73b71 commit cc1ce45
Show file tree
Hide file tree
Showing 11 changed files with 669 additions and 125 deletions.
8 changes: 4 additions & 4 deletions Casbin.UnitTests/Casbin.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0"/>
<PackageReference Include="xunit" Version="2.4.1"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand All @@ -26,7 +26,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Casbin\Casbin.csproj"/>
<ProjectReference Include="..\Casbin\Casbin.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down Expand Up @@ -198,7 +198,7 @@
</ItemGroup>

<ItemGroup>
<Folder Include="Mock\"/>
<Folder Include="Mock\" />
</ItemGroup>

</Project>
Loading

0 comments on commit cc1ce45

Please # to comment.