Skip to content

Commit

Permalink
#82: Use forward slashes in F# plugin references
Browse files Browse the repository at this point in the history
  • Loading branch information
seclerp committed Oct 8, 2022
1 parent 3cf5823 commit 6cd7478
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/dotnet/Rider.Plugins.EfCore/Rider.Plugins.EfCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@

<ItemGroup>
<Reference Include="FSharp.Compiler.Service, Version=2022.3.0-dev, Culture=neutral, PublicKeyToken=3099b8d9d20e74bf">
<HintPath>..\..\..\build\riderRD-$(RiderVersion)\plugins\rider-fsharp\dotnet\FSharp.Compiler.Service.dll</HintPath>
<HintPath>../../../build/riderRD-$(RiderVersion)/plugins/rider-fsharp/dotnet/FSharp.Compiler.Service.dll</HintPath>
</Reference>
<Reference Include="JetBrains.ReSharper.Plugins.FSharp.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=333a98252ac829ae">
<HintPath>..\..\..\build\riderRD-$(RiderVersion)\plugins\rider-fsharp\dotnet\JetBrains.ReSharper.Plugins.FSharp.Common.dll</HintPath>
<HintPath>../../../build/riderRD-$(RiderVersion)/plugins/rider-fsharp/dotnet/JetBrains.ReSharper.Plugins.FSharp.Common.dll</HintPath>
</Reference>
<Reference Include="JetBrains.ReSharper.Plugins.FSharp.ProjectModelBase, Version=1.0.0.0, Culture=neutral, PublicKeyToken=333a98252ac829ae">
<HintPath>..\..\..\build\riderRD-$(RiderVersion)\plugins\rider-fsharp\dotnet\JetBrains.ReSharper.Plugins.FSharp.ProjectModelBase.dll</HintPath>
<HintPath>../../../build/riderRD-$(RiderVersion)/plugins/rider-fsharp/dotnet/JetBrains.ReSharper.Plugins.FSharp.ProjectModelBase.dll</HintPath>
</Reference>
<Reference Include="JetBrains.ReSharper.Plugins.FSharp.Psi, Version=1.0.0.0, Culture=neutral, PublicKeyToken=333a98252ac829ae">
<HintPath>..\..\..\build\riderRD-$(RiderVersion)\plugins\rider-fsharp\dotnet\JetBrains.ReSharper.Plugins.FSharp.Psi.dll</HintPath>
<HintPath>../../../build/riderRD-$(RiderVersion)/plugins/rider-fsharp/dotnet/JetBrains.ReSharper.Plugins.FSharp.Psi.dll</HintPath>
</Reference>
<Reference Include="JetBrains.ReSharper.Plugins.FSharp.Psi.Features, Version=1.0.0.0, Culture=neutral, PublicKeyToken=333a98252ac829ae">
<HintPath>..\..\..\build\riderRD-$(RiderVersion)\plugins\rider-fsharp\dotnet\JetBrains.ReSharper.Plugins.FSharp.Psi.Features.dll</HintPath>
<HintPath>../../../build/riderRD-$(RiderVersion)/plugins/rider-fsharp/dotnet/JetBrains.ReSharper.Plugins.FSharp.Psi.Features.dll</HintPath>
</Reference>
</ItemGroup>

Expand Down

0 comments on commit 6cd7478

Please sign in to comment.