Skip to content

Commit

Permalink
tests...
Browse files Browse the repository at this point in the history
  • Loading branch information
catalingavan committed May 3, 2024
1 parent 7240f11 commit 6b7c954
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 29 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pull-request-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
dotnet-version: |
2.x
3.x
6.0.x
8.0.x
5.x
6.x
7.x
8.x
- name: Run Tests
working-directory: src
Expand Down
27 changes: 0 additions & 27 deletions src/KissLog/KissLog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,33 +23,6 @@ Install this package on all the projects.</Description>
<None Include="../../README.md" Pack="true" Visible="false" PackagePath="/" />
</ItemGroup>

<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>DynamicProxyGenAssembly2</_Parameter1>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>KissLog.Tests.Common</_Parameter1>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>KissLog.Tests</_Parameter1>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>KissLog.AspNet.Web.Tests</_Parameter1>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>KissLog.AspNet.Mvc.Tests</_Parameter1>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>KissLog.AspNet.WebApi.Tests</_Parameter1>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>KissLog.AspNetCore.Tests</_Parameter1>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>KissLog.CloudListeners.Tests</_Parameter1>
</AssemblyAttribute>
</ItemGroup>

<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>KissLog.AspNet.Web</_Parameter1>
Expand Down
Binary file removed src/KissLog/PackageIcon.png
Binary file not shown.

0 comments on commit 6b7c954

Please sign in to comment.