Skip to content

Commit 7569ea6

Browse files
authored
[src] Remove NET_TODO, it's not used anymore. (#22881)
1 parent 9ac3f64 commit 7569ea6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ DOTNET_REFERENCES = \
5656
/r:$(DOTNET_BCL_DIR)/System.Xml.ReaderWriter.dll \
5757

5858
DOTNET_OR_GREATER_DEFINES:=$(foreach version,$(shell seq 6 $(firstword $(subst ., ,$(subst net,,$(DOTNET_TFM))))),/define:NET$(version)_0_OR_GREATER)
59-
DOTNET_FLAGS=/warnaserror+ /nostdlib+ /deterministic /features:strict /nologo /target:library /debug /unsafe /define:NET /define:NET_TODO $(DOTNET_OR_GREATER_DEFINES) $(DOTNET_REFERENCES) /fullpaths
59+
DOTNET_FLAGS=/warnaserror+ /nostdlib+ /deterministic /features:strict /nologo /target:library /debug /unsafe /define:NET $(DOTNET_OR_GREATER_DEFINES) $(DOTNET_REFERENCES) /fullpaths
6060

6161
ifeq ($(XCODE_IS_STABLE),true)
6262
DOTNET_FLAGS+=/define:XCODE_IS_STABLE

src/dotnet.tmpl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<SignAssembly>true</SignAssembly>
1111
<AssemblyOriginatorKeyFile>..\..\..\..\..\product.snk</AssemblyOriginatorKeyFile>
1212
<LangVersion>latest</LangVersion>
13-
<DefineConstants>MINIMAL;NET_TODO</DefineConstants>
13+
<DefineConstants>MINIMAL</DefineConstants>
1414
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1515
<NoWarn>BI1234,108,114,219,414,618,660,661,1635,3003,3014,3021,4014</NoWarn>
1616
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>

0 commit comments

Comments
 (0)