Commit cf1a5b1 1 parent b179a1f commit cf1a5b1 Copy full SHA for cf1a5b1
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
- <Target Name =" Version" AfterTargets =" CompileTypeScriptWithTSConfig" BeforeTargets =" BeforeCompile" Condition =" '$(Configuration)' == 'Release' and '$(TargetFramework)' == 'net5 .0'" >
3
+ <Target Name =" Version" AfterTargets =" CompileTypeScriptWithTSConfig" BeforeTargets =" BeforeCompile" Condition =" '$(Configuration)' == 'Release' and '$(TargetFramework)' == 'net6 .0'" >
4
4
<Exec Command =" dotnet tool restore" ></Exec >
5
5
<Exec Command =" dotnet jsver $(MSBuildProjectDirectory) $(MSBuildProjectFullPath)" ></Exec >
6
6
</Target >
7
7
8
- <Target Name =" Revert" AfterTargets =" Pack" Condition =" '$(Configuration)' == 'Release' and '$(TargetFramework)' == 'net5 .0'" >
8
+ <Target Name =" Revert" AfterTargets =" Pack" Condition =" '$(Configuration)' == 'Release' and '$(TargetFramework)' == 'net6 .0'" >
9
9
<Exec Command =" dotnet jsver $(MSBuildProjectDirectory) $(MSBuildProjectFullPath) revert" ></Exec >
10
10
</Target >
11
11
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<ItemGroup >
4
- <PackageReference Include =" BuildBundlerMinifierPlus2022" Version =" 5.2.2" Condition =" '$(Configuration)'=='Debug' and '$(TargetFramework)' == 'net5 .0'" />
4
+ <PackageReference Include =" BuildBundlerMinifierPlus2022" Version =" 5.2.2" Condition =" '$(Configuration)'=='Debug' and '$(TargetFramework)' == 'net6 .0'" />
5
5
</ItemGroup >
6
6
7
7
<ItemGroup >
8
- <PackageReference Include =" BuildWebCompiler2022" Version =" 1.14.10" Condition =" '$(Configuration)' == 'Debug' and '$(OS)' == 'Windows_NT' and '$(TargetFramework)' == 'net5 .0'" />
8
+ <PackageReference Include =" BuildWebCompiler2022" Version =" 1.14.10" Condition =" '$(Configuration)' == 'Debug' and '$(OS)' == 'Windows_NT' and '$(TargetFramework)' == 'net6 .0'" />
9
9
</ItemGroup >
10
10
11
11
</Project >
You can’t perform that action at this time.
0 commit comments