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.0 </Version >
5
+ <Version >20.3.1 </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 6
6
</PropertyGroup >
7
7
<ItemGroup >
8
8
<Compile Include =" Tests.fs" />
9
- <PackageReference Include =" Argon.FSharp" Version =" 0.7.1 " />
9
+ <PackageReference Include =" Argon.FSharp" Version =" 0.7.2 " />
10
10
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.6.1" />
11
11
<PackageReference Include =" xunit" Version =" 2.4.2" />
12
12
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" PrivateAssets =" all" />
Original file line number Diff line number Diff line change 29
29
<PackageReference Include =" ConfigureAwait.Fody" Version =" 3.3.2" PrivateAssets =" All" />
30
30
<PackageReference Include =" Fody" Version =" 6.7.0" PrivateAssets =" All" />
31
31
<PackageReference Include =" SimpleInfoName" Version =" 2.1.1" />
32
- <PackageReference Include =" Argon" Version =" 0.7.1 " />
32
+ <PackageReference Include =" Argon" Version =" 0.7.2 " />
33
33
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" Condition =" $(Configuration) == 'Release'" />
34
34
<PackageReference Include =" ProjectDefaults" Version =" 1.0.90" PrivateAssets =" all" />
35
35
<PackageReference Include =" System.ValueTuple" Version =" 4.5.0" Condition =" $(TargetFramework.StartsWith('net46'))" />
You can’t perform that action at this time.
0 commit comments