Skip to content

Commit c5aec8b

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

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
@@ -225,8 +225,8 @@
225225
},
226226
"Microsoft.CodeDom.Providers.DotNetCompilerPlatform": {
227227
"type": "Transitive",
228-
"resolved": "3.11.0",
229-
"contentHash": "63/6SMVG2XVdQLEAF3VzrI4rTNEdS7EVzPSQpgHdn/WmyZU/viAyb3lY4odWP6nw/CFEqvH4o3XbhMR8/wEeHg=="
228+
"resolved": "4.1.0",
229+
"contentHash": "o34xN9ugrjXCj45UuZhKjHzuxWCdrlWdqhzhVJ6J7a67djTFD6k+1WBm8Hz7Dbi+KQm98eUmlKEg3DsF1uqZow=="
230230
},
231231
"Microsoft.Web.Infrastructure": {
232232
"type": "Transitive",
@@ -448,7 +448,7 @@
448448
"Microsoft.AspNet.Mvc": "[5.3.0, )",
449449
"Microsoft.AspNet.WebApi": "[5.3.0, )",
450450
"Microsoft.AspNet.WebApi.Client": "[6.0.0, )",
451-
"Microsoft.CodeDom.Providers.DotNetCompilerPlatform": "[3.11.0, )",
451+
"Microsoft.CodeDom.Providers.DotNetCompilerPlatform": "[4.1.0, )",
452452
"Microsoft.Web.Infrastructure": "[2.0.0, )",
453453
"Mvc3Futures": "[3.0.20105, )",
454454
"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>6.0.0</Version>
7979
</PackageReference>
8080
<PackageReference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
81-
<Version>3.11.0</Version>
81+
<Version>4.1.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
@@ -104,9 +104,9 @@
104104
},
105105
"Microsoft.CodeDom.Providers.DotNetCompilerPlatform": {
106106
"type": "Direct",
107-
"requested": "[3.11.0, )",
108-
"resolved": "3.11.0",
109-
"contentHash": "63/6SMVG2XVdQLEAF3VzrI4rTNEdS7EVzPSQpgHdn/WmyZU/viAyb3lY4odWP6nw/CFEqvH4o3XbhMR8/wEeHg=="
107+
"requested": "[4.1.0, )",
108+
"resolved": "4.1.0",
109+
"contentHash": "o34xN9ugrjXCj45UuZhKjHzuxWCdrlWdqhzhVJ6J7a67djTFD6k+1WBm8Hz7Dbi+KQm98eUmlKEg3DsF1uqZow=="
110110
},
111111
"Microsoft.Web.Infrastructure": {
112112
"type": "Direct",

0 commit comments

Comments
 (0)