Skip to content

Commit dacaee3

Browse files
Bump runtime.win-arm64.Microsoft.DotNet.ILCompiler from 10.0.3 to 10.0.4 (#1095)
--- updated-dependencies: - dependency-name: runtime.win-arm64.Microsoft.DotNet.ILCompiler dependency-version: 10.0.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: runtime.win-arm64.Microsoft.DotNet.ILCompiler dependency-version: 10.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 43ef9ed commit dacaee3

2 files changed

Lines changed: 68 additions & 68 deletions

File tree

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup>
3-
<OutputType>WinExe</OutputType>
4-
<Version>$(FileVersion)</Version>
5-
<FileVersion>1.0.0.0</FileVersion>
6-
<Title>DISMService</Title>
7-
<Copyright>Violet Hansen</Copyright>
8-
<Description>DISM Service Component of the Harden System Security app.</Description>
9-
<AssemblyVersion>$(FileVersion)</AssemblyVersion>
10-
<PublishAot>True</PublishAot>
11-
<PublishTrimmed>True</PublishTrimmed>
12-
<TrimMode>full</TrimMode>
13-
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
14-
<SuppressTrimAnalysisWarnings>false</SuppressTrimAnalysisWarnings>
15-
<ILLinkTreatWarningsAsErrors>true</ILLinkTreatWarningsAsErrors>
16-
<TrimmerSingleWarn>false</TrimmerSingleWarn>
17-
<UseNativeHttpHandler>false</UseNativeHttpHandler>
18-
<MetadataUpdaterSupport>false</MetadataUpdaterSupport>
19-
<Http3Support>false</Http3Support>
20-
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
21-
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
22-
<DebugType>none</DebugType>
23-
</PropertyGroup>
24-
25-
<Import Project="..\CommonCore\CommonCore.projitems" Label="Shared" />
26-
27-
<ItemGroup>
28-
<PackageReference Include="runtime.win-arm64.Microsoft.DotNet.ILCompiler" Version="10.0.3" />
29-
<PackageReference Include="runtime.win-x64.Microsoft.DotNet.ILCompiler" Version="10.0.3" />
30-
</ItemGroup>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<OutputType>WinExe</OutputType>
4+
<Version>$(FileVersion)</Version>
5+
<FileVersion>1.0.0.0</FileVersion>
6+
<Title>DISMService</Title>
7+
<Copyright>Violet Hansen</Copyright>
8+
<Description>DISM Service Component of the Harden System Security app.</Description>
9+
<AssemblyVersion>$(FileVersion)</AssemblyVersion>
10+
<PublishAot>True</PublishAot>
11+
<PublishTrimmed>True</PublishTrimmed>
12+
<TrimMode>full</TrimMode>
13+
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
14+
<SuppressTrimAnalysisWarnings>false</SuppressTrimAnalysisWarnings>
15+
<ILLinkTreatWarningsAsErrors>true</ILLinkTreatWarningsAsErrors>
16+
<TrimmerSingleWarn>false</TrimmerSingleWarn>
17+
<UseNativeHttpHandler>false</UseNativeHttpHandler>
18+
<MetadataUpdaterSupport>false</MetadataUpdaterSupport>
19+
<Http3Support>false</Http3Support>
20+
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
21+
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
22+
<DebugType>none</DebugType>
23+
</PropertyGroup>
24+
25+
<Import Project="..\CommonCore\CommonCore.projitems" Label="Shared" />
26+
27+
<ItemGroup>
28+
<PackageReference Include="runtime.win-arm64.Microsoft.DotNet.ILCompiler" Version="10.0.4" />
29+
<PackageReference Include="runtime.win-x64.Microsoft.DotNet.ILCompiler" Version="10.0.3" />
30+
</ItemGroup>
3131
</Project>
Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<OutputType>WinExe</OutputType>
5-
<Version>$(FileVersion)</Version>
6-
<FileVersion>1.0.0.0</FileVersion>
7-
<AssemblyVersion>$(FileVersion)</AssemblyVersion>
8-
<Title>HSS Quantum Relay Service</Title>
9-
<Copyright>Violet Hansen</Copyright>
10-
<Description>Quantum Relay Service for the Harden System Security App</Description>
11-
<StartupObject>QuantumRelayHSS.Program</StartupObject>
12-
<DebugSymbols>false</DebugSymbols>
13-
<DebugType>none</DebugType>
14-
15-
<!--Trim And Native AOT-->
16-
<PublishAot>True</PublishAot>
17-
<PublishTrimmed>True</PublishTrimmed>
18-
<TrimMode>full</TrimMode>
19-
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
20-
<SuppressTrimAnalysisWarnings>false</SuppressTrimAnalysisWarnings>
21-
<ILLinkTreatWarningsAsErrors>true</ILLinkTreatWarningsAsErrors>
22-
<TrimmerSingleWarn>false</TrimmerSingleWarn>
23-
<UseNativeHttpHandler>true</UseNativeHttpHandler>
24-
<MetricsSupport>false</MetricsSupport>
25-
<MetadataUpdaterSupport>false</MetadataUpdaterSupport>
26-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
27-
<HttpActivityPropagationSupport>false</HttpActivityPropagationSupport>
28-
<Http3Support>false</Http3Support>
29-
</PropertyGroup>
30-
31-
<Import Project="..\CommonCore\CommonCore.projitems" Label="Shared" />
32-
33-
<ItemGroup>
34-
<PackageReference Include="runtime.win-arm64.Microsoft.DotNet.ILCompiler" Version="10.0.3" />
35-
<PackageReference Include="runtime.win-x64.Microsoft.DotNet.ILCompiler" Version="10.0.3" />
36-
</ItemGroup>
37-
38-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>WinExe</OutputType>
5+
<Version>$(FileVersion)</Version>
6+
<FileVersion>1.0.0.0</FileVersion>
7+
<AssemblyVersion>$(FileVersion)</AssemblyVersion>
8+
<Title>HSS Quantum Relay Service</Title>
9+
<Copyright>Violet Hansen</Copyright>
10+
<Description>Quantum Relay Service for the Harden System Security App</Description>
11+
<StartupObject>QuantumRelayHSS.Program</StartupObject>
12+
<DebugSymbols>false</DebugSymbols>
13+
<DebugType>none</DebugType>
14+
15+
<!--Trim And Native AOT-->
16+
<PublishAot>True</PublishAot>
17+
<PublishTrimmed>True</PublishTrimmed>
18+
<TrimMode>full</TrimMode>
19+
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
20+
<SuppressTrimAnalysisWarnings>false</SuppressTrimAnalysisWarnings>
21+
<ILLinkTreatWarningsAsErrors>true</ILLinkTreatWarningsAsErrors>
22+
<TrimmerSingleWarn>false</TrimmerSingleWarn>
23+
<UseNativeHttpHandler>true</UseNativeHttpHandler>
24+
<MetricsSupport>false</MetricsSupport>
25+
<MetadataUpdaterSupport>false</MetadataUpdaterSupport>
26+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
27+
<HttpActivityPropagationSupport>false</HttpActivityPropagationSupport>
28+
<Http3Support>false</Http3Support>
29+
</PropertyGroup>
30+
31+
<Import Project="..\CommonCore\CommonCore.projitems" Label="Shared" />
32+
33+
<ItemGroup>
34+
<PackageReference Include="runtime.win-arm64.Microsoft.DotNet.ILCompiler" Version="10.0.4" />
35+
<PackageReference Include="runtime.win-x64.Microsoft.DotNet.ILCompiler" Version="10.0.3" />
36+
</ItemGroup>
37+
38+
</Project>

0 commit comments

Comments
 (0)