Skip to content

Commit 6625b93

Browse files
committed
Added missing Flow and Revolution in UnitsNet.netcore45.csproj
1 parent acb29af commit 6625b93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Src/UnitsNet/UnitsNet.netcore45.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,16 +100,16 @@
100100
<ItemGroup>
101101
<Compile Include="Angle.cs" />
102102
<Compile Include="Area.cs" />
103-
<Compile Include="Revolution.cs" />
104103
<Compile Include="ElectricPotential.cs" />
105104
<Compile Include="EnumUtils.cs" />
106-
<Compile Include="Flow.cs" />
105+
<Compile Include="Flow.cs" />
107106
<Compile Include="Force.cs" />
108107
<Compile Include="Length.cs" />
109108
<Compile Include="Length2d.cs" />
110109
<Compile Include="Mass.cs" />
111110
<Compile Include="Pressure.cs" />
112111
<Compile Include="Properties\AssemblyInfo.cs" />
112+
<Compile Include="Revolution.cs" />
113113
<Compile Include="Torque.cs" />
114114
<Compile Include="Unit.cs" />
115115
<Compile Include="UnitConverter.cs" />

0 commit comments

Comments
 (0)