We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb29af commit 6625b93Copy full SHA for 6625b93
Src/UnitsNet/UnitsNet.netcore45.csproj
@@ -100,16 +100,16 @@
100
<ItemGroup>
101
<Compile Include="Angle.cs" />
102
<Compile Include="Area.cs" />
103
- <Compile Include="Revolution.cs" />
104
<Compile Include="ElectricPotential.cs" />
105
<Compile Include="EnumUtils.cs" />
106
- <Compile Include="Flow.cs" />
+ <Compile Include="Flow.cs" />
107
<Compile Include="Force.cs" />
108
<Compile Include="Length.cs" />
109
<Compile Include="Length2d.cs" />
110
<Compile Include="Mass.cs" />
111
<Compile Include="Pressure.cs" />
112
<Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="Revolution.cs" />
113
<Compile Include="Torque.cs" />
114
<Compile Include="Unit.cs" />
115
<Compile Include="UnitConverter.cs" />
0 commit comments