浏览代码

C# project cleanup

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>
   <ItemGroup>
     <PackageReference Include="System.Memory" Version="4.5.2"/>
     <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 -->
     <!-- 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"/>
     <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="All" Version="1.0.0"/>
   </ItemGroup>
   </ItemGroup>

+ 2 - 1
global.json

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