Skip to content

Commit e4622e7

Browse files
committed
fix the issue with local feed
1 parent de3792d commit e4622e7

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

build/dependecies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</ItemGroup>
3737

3838
<ItemGroup Label="Shared Libraries">
39-
<PackageReference Update="Bet.AspNetCore" Version="1.1.0-pre" />
39+
<PackageReference Update="Bet.AspNetCore" Version="1.0.3" />
4040
<PackageReference Update="CometD.NetCore2" Version="2.0.0" />
4141
<PackageReference Update="Bet.BuildingBlocks.SalesforceEventBus" Version="2.1.0-pre" />
4242
<PackageReference Update="McMaster.Extensions.CommandLineUtils" Version="2.3.2"/>

build/sources.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
$(RestoreSources);
88
https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json;
99
https://api.nuget.org/v3/index.json;
10-
D:\Dev\Nuget;
1110
</RestoreSources>
1211
</PropertyGroup>
1312
</Project>

0 commit comments

Comments
 (0)