浏览代码

Fix typos
Bring .NET Framework target down to 4.5
Rename project in comment

Sydney Acksman 6 年之前
父节点
当前提交
51fa766baa
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      csharp/src/Google.Protobuf.Test.TestProtos/Google.Protobuf.Test.TestProtos.csproj

+ 3 - 3
csharp/src/Google.Protobuf.Test.TestProtos/Google.Protobuf.Test.TestProtos.csproj

@@ -1,12 +1,12 @@
 <Project Sdk="Microsoft.NET.Sdk">
 <Project Sdk="Microsoft.NET.Sdk">
 
 
   <!--
   <!--
-    This CodeGen project is kept seperate from the original test project for many reasons.
-    It allows us to make sure code can compile on a seperate compiler version, different frameworks,
+    This TestProtos project is kept separate from the original test project for many reasons.
+    It allows us to make sure code can compile on a separate compiler version, different frameworks,
     and without the internal visibility from the test project (all of which have caused issues in the past).
     and without the internal visibility from the test project (all of which have caused issues in the past).
   -->
   -->
   <PropertyGroup>
   <PropertyGroup>
-    <TargetFrameworks>net451;netstandard1.0;netstandard2.0</TargetFrameworks>
+    <TargetFrameworks>net45;netstandard1.0;netstandard2.0</TargetFrameworks>
     <LangVersion>3.0</LangVersion>
     <LangVersion>3.0</LangVersion>
     <AssemblyOriginatorKeyFile>../../keys/Google.Protobuf.snk</AssemblyOriginatorKeyFile>
     <AssemblyOriginatorKeyFile>../../keys/Google.Protobuf.snk</AssemblyOriginatorKeyFile>
     <SignAssembly>true</SignAssembly>
     <SignAssembly>true</SignAssembly>