Skip to content

Commit

Permalink
Fixed errant tilde
Browse files Browse the repository at this point in the history
Somehow in b141a00 I accidently inserted a "`" in the wrong place
  • Loading branch information
atruskie committed Sep 18, 2019
1 parent e579aba commit 4462211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AnalysisPrograms/AnalysisPrograms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
<HintPath>..\..\packages\System.Numerics.Vectors.4.6.0-preview5.19224.8\lib\net46\System.Numerics.Vectors.dll</HintPath>
</Reference>
<Reference Include="System.Reflection">
<HintPath>..\..\packages\System.Reflection.4.3.0\lib\net462\System.Reflection.dll</HintPath>`
<HintPath>..\..\packages\System.Reflection.4.3.0\lib\net462\System.Reflection.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Runtime">
Expand Down

0 comments on commit 4462211

Please sign in to comment.