File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
<Project >
3
3
<PropertyGroup >
4
4
<NoWarn >CS1591;CS0649;xUnit1026;xUnit1013;msb3277;CS0436;CS1573</NoWarn >
5
- <Version >20.3.1 </Version >
5
+ <Version >20.3.2 </Version >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<LangVersion >11</LangVersion >
8
8
<SuppressTfmSupportBuildWarnings >true</SuppressTfmSupportBuildWarnings >
Original file line number Diff line number Diff line change 3
3
<TargetFramework >netstandard2.0</TargetFramework >
4
4
</PropertyGroup >
5
5
<ItemGroup >
6
- <PackageReference Include =" DiffEngine" Version =" 11.4.0 " />
6
+ <PackageReference Include =" DiffEngine" Version =" 11.4.1 " />
7
7
<PackageReference Include =" ConfigureAwait.Fody" Version =" 3.3.2" PrivateAssets =" All" />
8
8
<PackageReference Include =" Fody" Version =" 6.7.0" PrivateAssets =" All" />
9
9
<PackageReference Include =" TextCopy" Version =" 6.2.1" />
Original file line number Diff line number Diff line change 23
23
<Using Include =" System.Xml" />
24
24
<Using Include =" System.Runtime.Versioning" />
25
25
<Using Include =" System.Runtime.InteropServices" />
26
- <PackageReference Include =" DiffEngine" Version =" 11.4.0 " />
26
+ <PackageReference Include =" DiffEngine" Version =" 11.4.1 " />
27
27
<PackageReference Include =" EmptyFiles" Version =" 4.4.0" PrivateAssets =" None" />
28
28
29
29
<PackageReference Include =" ConfigureAwait.Fody" Version =" 3.3.2" PrivateAssets =" All" />
You can’t perform that action at this time.
0 commit comments