Skip to content

Commit

Permalink
Update CopyLine.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Apr 20, 2024
1 parent 3e3e282 commit 07c1ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyApp/wwwroot/mjs/components/CopyLine.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const NuGetPackage = {
template:`<CopyLine :text="text" />`,
props:['name','version'],
setup(props) {
const text = computed(() => `<PackageReference Include="${props.name}" Version="${props.version || '6.*'}" />`)
const text = computed(() => `<PackageReference Include="${props.name}" Version="${props.version || '8.*'}" />`)
return { text }
}
}
Expand Down

0 comments on commit 07c1ab6

Please sign in to comment.