File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <ItemGroup >
3+ <ItemGroup Label = " Runtime Dependencies " >
44 <PackageReference Update =" Autofac" Version =" $(AutofacVersion)" />
55 <PackageReference Update =" Autofac" Version =" [5.1.2, 7)" Condition =" '$(AutofacVersion)' == '' Or '$(AutofacVersion)' == 'lowestSupported'" />
6- <PackageReference Update =" Microsoft.NET.Test.Sdk" Version =" [15.9.2, 16)" />
76 <PackageReference Update =" System.Collections.Immutable" Version =" [1.6, 6)" />
7+ </ItemGroup >
8+ <ItemGroup Label =" Build Dependencies" >
9+ <PackageReference Update =" Messerli.CodeStyle" Version =" [1.2.1, 2)" />
10+ </ItemGroup >
11+ <ItemGroup Label =" Test Dependencies" >
12+ <PackageReference Update =" Microsoft.NET.Test.Sdk" Version =" [15.9.2, 16)" />
813 <PackageReference Update =" xunit" Version =" [2.4.1, 3)" />
914 <PackageReference Update =" xunit.runner.visualstudio" Version =" [2.4.1, 3)" />
10- <PackageReference Update =" Messerli.CodeStyle" Version =" [1.2.1, 2)" />
1115 </ItemGroup >
1216</Project >
You can’t perform that action at this time.
0 commit comments