Skip to content

Commit

Permalink
Update to 3.1.200-preview-014883 to overcome a bug in msbuild
Browse files Browse the repository at this point in the history
Fix to the bug dotnet/msbuild#4916
Update to latest Blazor-State 3.2.0
Update MediatR to 8.0
  • Loading branch information
StevenTCramer authored and StevenTCramer committed Feb 4, 2020
1 parent 2dd10a5 commit e8906de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Build/TimeWarp.Blazor.Template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variables:
Minor: '1'
MajorAndMinor: "$(Major).$(Minor)"
Patch: $[counter(variables.MajorAndMinor,0)]
DotNetSdkVersion: 3.1.101
DotNetSdkVersion: 3.1.200-preview-014883
Version: "$(Major).$(Minor).$(Patch)+$(DotNetSdkVersion)"
Configuration: debug

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
<MicrosoftAspNetCoreTestHostVersion>$(MicrosoftAspNetCoreVersion)</MicrosoftAspNetCoreTestHostVersion>
<MicrosoftCodeAnalysisFxCopAnalyzersVersion>2.9.8</MicrosoftCodeAnalysisFxCopAnalyzersVersion>

<BlazorStateVersion>3.0.1</BlazorStateVersion>
<BlazorStateVersion>3.2.0</BlazorStateVersion>
<BlazorExtensionsLoggingVersion>0.4.0</BlazorExtensionsLoggingVersion>
<DawnGuardVersion>1.10.0</DawnGuardVersion>
<FixieVersion>2.2.0</FixieVersion>
<FixieConsoleVersion>2.1.1</FixieConsoleVersion>
<MediatrExtensionsMicrosoftDependencyInjectionVersion>7.0.0</MediatrExtensionsMicrosoftDependencyInjectionVersion>
<MediatrVersion>7.0.0</MediatrVersion>
<MediatrExtensionsMicrosoftDependencyInjectionVersion>8.0.0</MediatrExtensionsMicrosoftDependencyInjectionVersion>
<MediatrVersion>8.0.0</MediatrVersion>
<MoqVersion>4.13.1</MoqVersion>
<ScrutorVersion>3.1.0</ScrutorVersion>
<SeleniumSupportVersion>3.141.0</SeleniumSupportVersion>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "3.1.100-preview3-014645"
"version": "3.1.200-preview-014883"
}
}

0 comments on commit e8906de

Please sign in to comment.