Make dotnet-Microsoft.XmlSerializer.Generator run on latest framework (#40216)
authorEric StJohn <ericstj@microsoft.com>
Sat, 1 Aug 2020 07:42:56 +0000 (00:42 -0700)
committerGitHub <noreply@github.com>
Sat, 1 Aug 2020 07:42:56 +0000 (09:42 +0200)
src/libraries/Microsoft.XmlSerializer.Generator/pkg/build/dotnet-Microsoft.XmlSerializer.Generator.runtimeconfig.json

index a8e41025fa9855b1f92e37831e21fb108bda25c1..5978b833d31c87b5f40354055b52e2beec9476c3 100644 (file)
@@ -5,6 +5,6 @@
       "name": "Microsoft.NETCore.App",
       "version": "2.0.0"
     },
-    "rollForward": "Major"
+    "rollForward": "LatestMajor"
   }
 }
\ No newline at end of file