Skip to content

Commit abf1b3d

Browse files
authored
Fix minor version for the repository + remove Nlog config package (dotnet#171)
* changed the minor version * removed the nlog config package
1 parent b4bfe72 commit abf1b3d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build/BranchInfo.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<MajorVersion>0</MajorVersion>
4-
<MinorVersion>10</MinorVersion>
4+
<MinorVersion>1</MinorVersion>
55
<PatchVersion>0</PatchVersion>
66
<PreReleaseLabel>preview</PreReleaseLabel>
77
</PropertyGroup>

src/mlnet/mlnet.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.CodeAnalysis" Version="2.10.0" />
1515
<PackageReference Include="NLog" Version="4.5.11" />
16-
<PackageReference Include="NLog.Config" Version="4.5.11" />
1716
<PackageReference Include="System.CommandLine.Experimental" Version="0.1.0-alpha-63728-01" />
1817
</ItemGroup>
1918

0 commit comments

Comments
 (0)