File tree 5 files changed +2
-7
lines changed
5 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -272,3 +272,4 @@ packages/
272
272
* .code-workspace
273
273
/.idea
274
274
/test /TorchSharpTest /exportsd.py
275
+ .vscode /settings.json
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<MajorVersion >0</MajorVersion >
4
4
<MinorVersion >102</MinorVersion >
5
- <PatchVersion >2 </PatchVersion >
5
+ <PatchVersion >3 </PatchVersion >
6
6
</PropertyGroup >
7
7
8
8
</Project >
Original file line number Diff line number Diff line change 4
4
<!-- The Directory.Build.props initialize TargetFrameworks to multiple targets. We have to clear that out to set only the targets we support. -->
5
5
<TargetFrameworks ></TargetFrameworks >
6
6
<LangVersion >9.0</LangVersion >
7
- <TargetFrameworks Condition =" '$(SkipNetCoreBuild)' != 'true'" >net6.0</TargetFrameworks >
8
- <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT' And '$(SkipNetFxBuild)' != 'true'" >net472;$(TargetFrameworks)</TargetFrameworks >
9
7
<TargetFrameworks Condition =" '$(TargetFrameworks)' == ''" >net6.0</TargetFrameworks >
10
8
</PropertyGroup >
11
9
Original file line number Diff line number Diff line change 7
7
<!-- The Directory.Build.props initialize TargetFrameworks to multiple targets. We have to clear that out to set only the targets we support. -->
8
8
<TargetFrameworks ></TargetFrameworks >
9
9
<LangVersion >9.0</LangVersion >
10
- <TargetFrameworks Condition =" '$(SkipNetCoreBuild)' != 'true'" >net6.0</TargetFrameworks >
11
- <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT' And '$(SkipNetFxBuild)' != 'true'" >net472;$(TargetFrameworks)</TargetFrameworks >
12
10
<TargetFrameworks Condition =" '$(TargetFrameworks)' == ''" >net6.0</TargetFrameworks >
13
11
<TestUsesLibTorch >true</TestUsesLibTorch >
14
12
<UseMLCodeAnalyzer >false</UseMLCodeAnalyzer >
Original file line number Diff line number Diff line change 5
5
<TestUsesLibTorch >true</TestUsesLibTorch >
6
6
<TestCuda >true</TestCuda >
7
7
<TargetFrameworks ></TargetFrameworks >
8
- <TargetFrameworks Condition =" '$(SkipNetCoreBuild)' != 'true'" >net6.0</TargetFrameworks >
9
- <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT' And '$(SkipNetFxBuild)' != 'true'" >net472;$(TargetFrameworks)</TargetFrameworks >
10
8
<TargetFrameworks Condition =" '$(TargetFrameworks)' == ''" >net6.0</TargetFrameworks >
11
9
<TestUsesLibTorch >true</TestUsesLibTorch >
12
10
<RootNamespace >Examples</RootNamespace >
You can’t perform that action at this time.
0 commit comments