File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 10
10
</ItemGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" Iesi.Collections" Version =" 4.0.1.4000 " />
13
+ <PackageReference Include =" Iesi.Collections" Version =" 4.0.2 " />
14
14
</ItemGroup >
15
15
16
16
<ItemGroup >
Original file line number Diff line number Diff line change 5
5
<NoWarn >$(NoWarn);1591;3001;3002;3003;3005</NoWarn >
6
6
<GenerateDocumentationFile >True</GenerateDocumentationFile >
7
7
<GeneratePackageOnBuild >True</GeneratePackageOnBuild >
8
- <!-- < DisableImplicitPackageTargetFallback>true</DisableImplicitPackageTargetFallback> -- >
8
+ <DisableImplicitPackageTargetFallback >true</DisableImplicitPackageTargetFallback >
9
9
</PropertyGroup >
10
10
11
11
<ItemGroup >
17
17
18
18
<ItemGroup >
19
19
<PackageReference Include =" Antlr3.Runtime" Version =" 3.5.1" />
20
- <PackageReference Include =" Iesi.Collections" Version =" 4.0.1.4000 " />
21
- <PackageReference Include =" Remotion.Linq" Version =" 2.1.1 " />
22
- <PackageReference Include =" Remotion.Linq.EagerFetching" Version =" 2.0.1 " />
20
+ <PackageReference Include =" Iesi.Collections" Version =" 4.0.2 " />
21
+ <PackageReference Include =" Remotion.Linq" Version =" 2.2.0-alpha-002 " />
22
+ <PackageReference Include =" Remotion.Linq.EagerFetching" Version =" 2.1.0-x-001-25 " />
23
23
</ItemGroup >
24
24
25
25
<ItemGroup Condition =" '$(TargetFramework)' == 'net461'" >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <configuration >
3
+ <packageSources >
4
+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
5
+ <add key =" TeamCity" value =" https://teamcity.jetbrains.com/guestAuth/app/nuget/v1/FeedService.svc" />
6
+ <add key =" Test Source" value =" ../lib" />
7
+ </packageSources >
8
+ </configuration >
You can’t perform that action at this time.
0 commit comments