Skip to content

Commit 1cc64af

Browse files
chore(deps): update dependency microsoft.codedom.providers.dotnetcompilerplatform to 3.11.0 (#647)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7b04824 commit 1cc64af

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Snittlistan.Test/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@
222222
},
223223
"Microsoft.CodeDom.Providers.DotNetCompilerPlatform": {
224224
"type": "Transitive",
225-
"resolved": "3.6.0",
226-
"contentHash": "Wxo1vjgqJDawdtSBYegfe7fqUfdKn5vMtAMgHHxjV5rW9rSyQZMQ5t0YTCxyQ/IUyAOoUkrHMVXNLCdqAtH72w=="
225+
"resolved": "3.11.0",
226+
"contentHash": "63/6SMVG2XVdQLEAF3VzrI4rTNEdS7EVzPSQpgHdn/WmyZU/viAyb3lY4odWP6nw/CFEqvH4o3XbhMR8/wEeHg=="
227227
},
228228
"Microsoft.Web.Infrastructure": {
229229
"type": "Transitive",
@@ -437,7 +437,7 @@
437437
"Microsoft.AspNet.Mvc": "[5.3.0, )",
438438
"Microsoft.AspNet.WebApi": "[5.3.0, )",
439439
"Microsoft.AspNet.WebApi.Client": "[5.2.9, )",
440-
"Microsoft.CodeDom.Providers.DotNetCompilerPlatform": "[3.6.0, )",
440+
"Microsoft.CodeDom.Providers.DotNetCompilerPlatform": "[3.11.0, )",
441441
"Microsoft.Web.Infrastructure": "[2.0.0, )",
442442
"Mvc3Futures": "[3.0.20105, )",
443443
"NLog": "[4.7.15, )",

Snittlistan.Web/Snittlistan.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<Version>5.2.9</Version>
7979
</PackageReference>
8080
<PackageReference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
81-
<Version>3.6.0</Version>
81+
<Version>3.11.0</Version>
8282
</PackageReference>
8383
<PackageReference Include="Microsoft.Web.Infrastructure">
8484
<Version>2.0.0</Version>

Snittlistan.Web/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@
101101
},
102102
"Microsoft.CodeDom.Providers.DotNetCompilerPlatform": {
103103
"type": "Direct",
104-
"requested": "[3.6.0, )",
105-
"resolved": "3.6.0",
106-
"contentHash": "Wxo1vjgqJDawdtSBYegfe7fqUfdKn5vMtAMgHHxjV5rW9rSyQZMQ5t0YTCxyQ/IUyAOoUkrHMVXNLCdqAtH72w=="
104+
"requested": "[3.11.0, )",
105+
"resolved": "3.11.0",
106+
"contentHash": "63/6SMVG2XVdQLEAF3VzrI4rTNEdS7EVzPSQpgHdn/WmyZU/viAyb3lY4odWP6nw/CFEqvH4o3XbhMR8/wEeHg=="
107107
},
108108
"Microsoft.Web.Infrastructure": {
109109
"type": "Direct",

0 commit comments

Comments
 (0)