@@ -8,15 +8,15 @@ See https://github.com/dotnet/source-build/issues/1905
8
8
eng/build.sh | 11 +++---
9
9
proto.proj | 6 ++--
10
10
.../AssemblyCheck/AssemblyCheck.fsproj | 2 +-
11
- src/buildtools/fslex/fslex.fsproj | 2 +-
12
- src/buildtools/fsyacc/fsyacc.fsproj | 2 +-
11
+ src/buildtools/fslex/fslex.fsproj | 3 + +-
12
+ src/buildtools/fsyacc/fsyacc.fsproj | 3 + +-
13
13
src/fsharp/FSharp.Build/FSharp.Build.fsproj | 3 +-
14
14
.../Microsoft.FSharp.Compiler.csproj | 8 ++---
15
15
.../Microsoft.FSharp.Compiler.nuspec | 34 +++++++++----------
16
16
src/fsharp/fsc/fsc.fsproj | 1 +
17
17
src/fsharp/fsi/fsi.fsproj | 3 +-
18
18
.../VisualFSharpFull/VisualFSharpFull.csproj | 2 +-
19
- 11 files changed, 38 insertions(+), 36 deletions(-)
19
+ 11 files changed, 40 insertions(+), 36 deletions(-)
20
20
21
21
diff --git a/eng/build.sh b/eng/build.sh
22
22
index e741ff854..165ba0b7f 100755
@@ -87,25 +87,27 @@ diff --git a/src/buildtools/fslex/fslex.fsproj b/src/buildtools/fslex/fslex.fspr
87
87
index da7c52ba1..1959ce59c 100644
88
88
--- a/src/buildtools/fslex/fslex.fsproj
89
89
+++ b/src/buildtools/fslex/fslex.fsproj
90
- @@ -2,7 +2,7 @@
90
+ @@ -2,7 +2,8 @@
91
91
92
92
<PropertyGroup>
93
93
<OutputType>Exe</OutputType>
94
94
- <TargetFramework>netcoreapp3.1</TargetFramework>
95
95
+ <TargetFramework>net5.0</TargetFramework>
96
+ + <OtherFlags>$(OtherFlags) --nowarn:3218</OtherFlags>
96
97
<DefineConstants>INTERNALIZED_FSLEXYACC_RUNTIME;$(DefineConstants)</DefineConstants>
97
98
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
98
99
</PropertyGroup>
99
100
diff --git a/src/buildtools/fsyacc/fsyacc.fsproj b/src/buildtools/fsyacc/fsyacc.fsproj
100
101
index a2b8cb384..5d1b7141f 100644
101
102
--- a/src/buildtools/fsyacc/fsyacc.fsproj
102
103
+++ b/src/buildtools/fsyacc/fsyacc.fsproj
103
- @@ -2,7 +2,7 @@
104
+ @@ -2,7 +2,8 @@
104
105
105
106
<PropertyGroup>
106
107
<OutputType>Exe</OutputType>
107
108
- <TargetFramework>netcoreapp3.1</TargetFramework>
108
109
+ <TargetFramework>net5.0</TargetFramework>
110
+ + <OtherFlags>$(OtherFlags) --nowarn:3218</OtherFlags>
109
111
<DefineConstants>INTERNALIZED_FSLEXYACC_RUNTIME;$(DefineConstants)</DefineConstants>
110
112
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
111
113
</PropertyGroup>
0 commit comments