Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
081bb4e
Update dependencies from https://github.com/dotnet/arcade build 20220…
dotnet-maestro[bot] Apr 1, 2022
bbb54ba
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] Apr 1, 2022
ccd828f
Update dependencies from https://github.com/dotnet/msquic build 20220…
dotnet-maestro[bot] Apr 1, 2022
cd17f2d
Update dependencies from https://github.com/dotnet/emsdk build 202204…
dotnet-maestro[bot] Apr 1, 2022
bec50ed
Bump tools version to .NET 7
hoyosjs Apr 2, 2022
8a961be
Move non-netfx tasks to 7.0
hoyosjs Apr 2, 2022
b4a931f
Merge remote-tracking branch 'upstream/main' into darc-main-e8f262cb-…
agocke Apr 3, 2022
9f29dac
Also change the TFM for the tasks
agocke Apr 4, 2022
be679a2
Merge branch 'darc-main-e8f262cb-ba2a-48ad-af27-9f469127294b' of gith…
agocke Apr 4, 2022
fbcdfb9
Also update wasm
agocke Apr 4, 2022
4f78ef5
Update AssemblyStripper.csproj
agocke Apr 4, 2022
f11f9a4
Fix build for net7.0
radical Apr 5, 2022
91f871d
Update src/tasks/MonoTargetsTasks/ILStrip/AssemblyStripper/AssemblySt…
jkotas Apr 5, 2022
60ead9b
Populate target framework versions for tasks, and generated nugets based
radical Apr 5, 2022
6fe6d9b
Version substitution for MonoTargets nuget
radical Apr 5, 2022
07d50d3
Version substitution for MonoAOTCompiler nuget
radical Apr 5, 2022
848c39b
sendhelixhelp.proj: Ensure that DotNetCliVersion gets overridden, as
radical Apr 5, 2022
d4d81e3
Merge remote-tracking branch 'origin/main' into darc-main-e8f262cb-ba…
radical Apr 5, 2022
c5e4535
Merge branch 'main' into darc-main-e8f262cb-ba2a-48ad-af27-9f469127294b
lewing Apr 7, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/tasks/MonoTargetsTasks/ILStrip/AssemblyStripper/AssemblySt…
…ripper.csproj
  • Loading branch information
jkotas authored Apr 5, 2022
commit 91f871dd125f7b3823a1ec6f4eaf26a3bf58b36b
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<!-- CilStrip.Sources doesn't play nicely with nullability -->
<Nullable>disable</Nullable>
<!-- SYSLIB0003,SYSLIB0037: Mono.Cecil uses Code Access Security types
CS0618: Mono.Cecil uses a number of other obsolete types
<!-- CS0618,SYSLIB0003,SYSLIB0037: Mono.Cecil uses a number of obsolete types
CS0649: Mono.Cecil.Binary.ExportTable has some unused fields
-->
<NoWarn>$(NoWarn),CS0618,CS0649,SYSLIB0003,SYSLIB0037</NoWarn>
Expand Down