Skip to content

Commit de80bfe

Browse files
committed
change back to LangVersion 9.0
1 parent 460c04f commit de80bfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/TensorFlowNET.Core/Tensorflow.Binding.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<RootNamespace>Tensorflow</RootNamespace>
77
<TargetTensorFlow>2.2.0</TargetTensorFlow>
88
<Version>0.60.5</Version>
9-
<LangVersion>10.0</LangVersion>
9+
<LangVersion>9.0</LangVersion>
1010
<Nullable>enable</Nullable>
1111
<Authors>Haiping Chen, Meinrad Recheis, Eli Belash</Authors>
1212
<Company>SciSharp STACK</Company>

src/TensorFlowNET.Keras/Tensorflow.Keras.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<AssemblyName>Tensorflow.Keras</AssemblyName>
6-
<LangVersion>10.0</LangVersion>
6+
<LangVersion>9.0</LangVersion>
77
<Nullable>enable</Nullable>
88
<RootNamespace>Tensorflow.Keras</RootNamespace>
99
<Platforms>AnyCPU;x64</Platforms>

0 commit comments

Comments
 (0)