Skip to content

Commit

Permalink
Potential CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyman192 committed Dec 8, 2023
1 parent efb1e01 commit 6b26c39
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions MBINCompiler/MBINCompiler.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ILLinkPackVersion>7.0.100-1.23211.1</ILLinkPackVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="$(ILLinkPackVersion)" />
<PackageReference Include="Microsoft.NET.ILLink.Analyzers" Version="$(ILLinkPackVersion)" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
Expand Down
7 changes: 7 additions & 0 deletions libMBIN-DLL/libMBIN-DLL.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ILLinkPackVersion>7.0.100-1.23211.1</ILLinkPackVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="$(ILLinkPackVersion)" />
<PackageReference Include="Microsoft.NET.ILLink.Analyzers" Version="$(ILLinkPackVersion)" />
</ItemGroup>
<PropertyGroup>
<OutputType>Library</OutputType>
<RootNamespace>libMBIN</RootNamespace>
Expand Down

0 comments on commit 6b26c39

Please sign in to comment.