Skip to content

Commit b8fc669

Browse files
committed
m
1 parent 84d4332 commit b8fc669

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.releaserc.cjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
*/
1717

1818
const fs = require('fs');
19-
const path = require('path');
2019

2120
/**
2221
* Function to parse a simple properties file
@@ -151,7 +150,7 @@ module.exports = {
151150
{
152151
files: Object.keys(Runtimes.net),
153152
from: "<ProjectReference Include=\"../../../submodules/MaterialProviders/AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj\"/>",
154-
to: "<PackageReference Include=\"AWS.Cryptography.MaterialProviders\" Version=\"[${props.mplDependencyNetVersion}]\" />",
153+
to: `<PackageReference Include="AWS.Cryptography.MaterialProviders" Version="[${props.mplDependencyNetVersion}]" />`,
155154
results: Object.keys(Runtimes.net).map(CheckResults),
156155
countMatches: true,
157156
},

0 commit comments

Comments
 (0)