Skip to content

Commit 5090327

Browse files
Fixing tokenizers version (#7309)
* fixing tokenizers version * fixes
1 parent 442d51c commit 5090327

File tree

6 files changed

+29
-0
lines changed

6 files changed

+29
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Project>
2+
<Import Project="../Microsoft.ML.Tokenizers/Directory.Build.props" />
3+
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Project>
2+
<Import Project="../Microsoft.ML.Tokenizers/Directory.Build.props" />
3+
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Project>
2+
<Import Project="../Microsoft.ML.Tokenizers/Directory.Build.props" />
3+
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Project>
2+
<Import Project="../Microsoft.ML.Tokenizers/Directory.Build.props" />
3+
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Project>
2+
<Import Project="../Microsoft.ML.Tokenizers/Directory.Build.props" />
3+
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<Project>
2+
<PropertyGroup>
3+
<IsStableProject>true</IsStableProject>
4+
</PropertyGroup>
5+
6+
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.props, $(MSBuildThisFileDirectory)..))" />
7+
8+
<PropertyGroup>
9+
<MajorVersion>$([MSBuild]::Subtract($(MajorVersion), 3))</MajorVersion>
10+
<!-- Blank version for now for API compat -->
11+
<PackageValidationBaselineVersion></PackageValidationBaselineVersion>
12+
</PropertyGroup>
13+
14+
</Project>

0 commit comments

Comments
 (0)