File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project Sdk =" Microsoft.NET.Sdk" >
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
18
18
<PackageReference Include =" MonoMod.RuntimeDetour" Version =" 25.2.3" />
19
19
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
20
20
<PackageReference Include =" System.Private.Uri" Version =" 4.3.2" />
21
- <PackageReference Include =" System.Security.Permissions" Version =" 9.0.2 " />
21
+ <PackageReference Include =" System.Security.Permissions" Version =" 9.0.4 " />
22
22
</ItemGroup >
23
23
<ItemGroup >
24
24
<ProjectReference Include =" ..\FNA\FNA.Core.csproj" />
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
23
23
<PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 9.0.2" />
24
24
<PackageReference Include =" System.Drawing.Common" Version =" 9.0.2" />
25
25
<PackageReference Include =" System.IO.Packaging" Version =" 9.0.2" />
26
- <PackageReference Include =" System.Security.Permissions" Version =" 9.0.2 " />
26
+ <PackageReference Include =" System.Security.Permissions" Version =" 9.0.4 " />
27
27
<PackageReference Include =" Mono.Cecil" Version =" 0.11.6" />
28
28
<PackageReference Include =" MonoMod" Version =" 22.7.31.1" >
29
29
<ExcludeFromSingleFile >true</ExcludeFromSingleFile >
You can’t perform that action at this time.
0 commit comments