File tree Expand file tree Collapse file tree 5 files changed +35
-7
lines changed Expand file tree Collapse file tree 5 files changed +35
-7
lines changed Original file line number Diff line number Diff line change 1414 </PropertyGroup >
1515
1616 <ItemGroup >
17- <PackageReference Include =" SharpZipLib" Version = " 1.4.2 " />
17+ <PackageReference Include =" SharpZipLib" />
1818 </ItemGroup >
1919
2020 <ItemGroup >
Original file line number Diff line number Diff line change 1414 </PropertyGroup >
1515
1616 <ItemGroup >
17- <PackageReference Include =" SharpZipLib" Version = " 1.4.2 " />
17+ <PackageReference Include =" SharpZipLib" />
1818 </ItemGroup >
1919
2020 <ItemGroup >
Original file line number Diff line number Diff line change 1+ <Project >
2+
3+ <PropertyGroup >
4+ <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
5+ </PropertyGroup >
6+
7+ <ItemGroup >
8+ <PackageVersion Include =" SharpZipLib" Version =" 1.4.2" />
9+ <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 16.10.0" />
10+ <PackageVersion Include =" Moq" Version =" 4.13.1" />
11+ <PackageVersion Include =" NUNit" Version =" 3.13.1" />
12+ <PackageVersion Include =" NUnit3TestAdapter" Version =" 4.0.0" />
13+ </ItemGroup >
14+
15+ </Project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
33 <packageSources >
4- <add key =" re-motion Debug-Builds" value =" https://nuget.re-motion.org/nuget/re-motion-debug/" />
4+ <clear />
5+ <add key =" re-motion Dependencies" value =" https://nuget.re-motion.org/nuget/re-motion-debug/" />
56 <add key =" re-motion Infrastructure" value =" https://nuget.re-motion.org/nuget/re-motion-infrastructure/" />
67 <add key =" nuget.org" value =" https://www.nuget.org/api/v2/" />
78 </packageSources >
9+ <packageSourceMapping >
10+ <packageSource key =" re-motion Dependencies" >
11+ <package pattern =" Remotion.*" />
12+ </packageSource >
13+ <packageSource key =" re-motion Infrastructure" >
14+ <package pattern =" DependDB.*" />
15+ <package pattern =" Remotion.*" />
16+ </packageSource >
17+ <packageSource key =" nuget.org" >
18+ <package pattern =" *" />
19+ </packageSource >
20+ </packageSourceMapping >
821</configuration >
Original file line number Diff line number Diff line change 5353 </ItemGroup >
5454
5555 <ItemGroup Condition =" '$(ProjectType)' == 'Test'" >
56- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version = " 16.10.0 " />
57- <PackageReference Include =" Moq" Version = " 4.13.1 " />
58- <PackageReference Include =" NUNit" Version = " 3.13.1 " />
59- <PackageReference Include =" NUnit3TestAdapter" Version = " 4.0.0 " />
56+ <PackageReference Include =" Microsoft.NET.Test.Sdk" />
57+ <PackageReference Include =" Moq" />
58+ <PackageReference Include =" NUNit" />
59+ <PackageReference Include =" NUnit3TestAdapter" />
6060 </ItemGroup >
6161
6262 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments