Jan Tattermusch пре 5 година
родитељ
комит
040b2a6d07
2 измењених фајлова са 3 додато и 2 уклоњено
  1. 1 1
      csharp/src/Google.Protobuf/Google.Protobuf.csproj
  2. 2 1
      global.json

+ 1 - 1
csharp/src/Google.Protobuf/Google.Protobuf.csproj

@@ -31,7 +31,7 @@
 
   <ItemGroup>
     <PackageReference Include="System.Memory" Version="4.5.2"/>
-    <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" Version="1.0.0-beta2-18618-05"/>
+    <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" Version="1.0.0"/>
     <!-- Needed for the net45 build to work on Unix. See https://github.com/dotnet/designs/pull/33 -->
     <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="All" Version="1.0.0"/>
   </ItemGroup>

+ 2 - 1
global.json

@@ -1,5 +1,6 @@
 {
   "sdk": {
-    "version": "3.0.100"
+    "version": "3.0.100",
+    "rollForward": "latestMinor"
   }
 }