Skip to content

Commit 43b137c

Browse files
authored
Merge pull request #577 from monkeyman192/4.46.0-changes
4.46.0 changes
2 parents ded85c9 + 6b26c39 commit 43b137c

File tree

4 files changed

+346
-329
lines changed

4 files changed

+346
-329
lines changed

MBINCompiler/MBINCompiler.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<ILLinkPackVersion>7.0.100-1.23211.1</ILLinkPackVersion>
4+
</PropertyGroup>
5+
<ItemGroup>
6+
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="$(ILLinkPackVersion)" />
7+
<PackageReference Include="Microsoft.NET.ILLink.Analyzers" Version="$(ILLinkPackVersion)" />
8+
</ItemGroup>
29
<PropertyGroup>
310
<OutputType>Exe</OutputType>
411
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>

libMBIN-DLL/libMBIN-DLL.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<ILLinkPackVersion>7.0.100-1.23211.1</ILLinkPackVersion>
4+
</PropertyGroup>
5+
<ItemGroup>
6+
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="$(ILLinkPackVersion)" />
7+
<PackageReference Include="Microsoft.NET.ILLink.Analyzers" Version="$(ILLinkPackVersion)" />
8+
</ItemGroup>
29
<PropertyGroup>
310
<OutputType>Library</OutputType>
411
<RootNamespace>libMBIN</RootNamespace>

0 commit comments

Comments
 (0)