Skip to content

Commit

Permalink
In the Api project, move assembly attributes to AssemblyInfo.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
aannenko committed Nov 21, 2024
1 parent 4e36ec9 commit 075b3e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/TransmissionManager.Api/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
using TransmissionManager.Database.Services;
using TransmissionManager.TorrentWebPages.Extensions;
using TransmissionManager.Transmission.Extensions;
using System.Runtime.CompilerServices;

[assembly: InternalsVisibleTo("TransmissionManager.Api.IntegrationTests")]

var builder = WebApplication.CreateSlimBuilder(args);

Expand Down
3 changes: 3 additions & 0 deletions src/TransmissionManager.Api/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
using System.Runtime.CompilerServices;

[assembly: InternalsVisibleTo("TransmissionManager.Api.IntegrationTests")]

0 comments on commit 075b3e8

Please sign in to comment.