Skip to content

Commit efd5e49

Browse files
committed
Remove dead references to JetBrains.Annotations
After converting from packages.config to project.json.
1 parent 445728b commit efd5e49

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

UnitsNet/UnitsNet.Net35.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="JetBrains.Annotations, Version=10.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
36-
<HintPath>..\packages\JetBrains.Annotations.10.0.0\lib\net20\JetBrains.Annotations.dll</HintPath>
37-
<Private>True</Private>
38-
</Reference>
3935
<Reference Include="System" />
4036
<Reference Include="System.Core" />
4137
<Reference Include="System.Xml.Linq" />

UnitsNet/UnitsNet.Portable40.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@
4444
<None Include="Scripts\**\*.*" />
4545
</ItemGroup>
4646
<ItemGroup>
47-
<Reference Include="JetBrains.Annotations.PCL328, Version=10.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
48-
<HintPath>..\packages\JetBrains.Annotations.10.0.0\lib\portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\JetBrains.Annotations.PCL328.dll</HintPath>
49-
<Private>True</Private>
50-
</Reference>
5147
</ItemGroup>
5248
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
5349
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

UnitsNet/UnitsNet.WindowsRuntimeComponent-Net45.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ There is probably a better way to achieve this?
4545
<Prefer32Bit>false</Prefer32Bit>
4646
</PropertyGroup>
4747
<ItemGroup>
48-
<Reference Include="JetBrains.Annotations, Version=10.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
49-
<HintPath>..\packages\JetBrains.Annotations.10.0.0\lib\net20\JetBrains.Annotations.dll</HintPath>
50-
<Private>True</Private>
51-
</Reference>
5248
<Reference Include="System" />
5349
<Reference Include="System.Core" />
5450
<Reference Include="System.Xml.Linq" />

0 commit comments

Comments
 (0)