File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ nuget System.Collections.Immutable
12
12
//tests
13
13
nuget xunit
14
14
nuget FluentAssertions
15
- nuget Bogus prerelease
15
+ nuget Bogus
16
16
nuget DiffPlex
17
17
18
18
// profiling / benchmarking
Original file line number Diff line number Diff line change 20
20
<Import Project =" $(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition =" '$(VSToolsPath)' != ''" />
21
21
<ProjectExtensions >
22
22
<VisualStudio >
23
- <UserProperties project_1json__JSONSchema = " http://json.schemastore.org/sourcemap-v3 " />
23
+ <UserProperties />
24
24
</VisualStudio >
25
25
</ProjectExtensions >
26
26
</Project >
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.3.3 " ,
2
+ "version" : " 2.4.0 " ,
3
3
"buildOptions" : {
4
4
"warningsAsErrors" : false
5
5
},
11
11
"Nest" : { "target" : " project" },
12
12
"Newtonsoft.Json" : " 9.0.1" ,
13
13
"Rx-Main" : " 2.3.0-beta2" ,
14
- "xunit" : " 2.1.0 " ,
15
- "dotnet-test-xunit" : " 1.0 .0-* "
14
+ "xunit" : " 2.2.0-beta2-build3300 " ,
15
+ "dotnet-test-xunit" : " 2.2 .0-preview2-build1029 "
16
16
},
17
17
"configurations" : {
18
18
"Debug" : {
62
62
]
63
63
}
64
64
}
65
- }
65
+ }
You can’t perform that action at this time.
0 commit comments