Skip to content

Commit

Permalink
NuGet lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
na1307 committed Dec 1, 2024
1 parent 838485c commit c17962f
Show file tree
Hide file tree
Showing 2 changed files with 1,800 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<UseWPF>true</UseWPF>
<VssdkCompatibleExtension>true</VssdkCompatibleExtension>
<DeployExtension>true</DeployExtension>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<RestoreLockedMode Condition="'$(ContinuousIntegrationBuild)' == 'true'">true</RestoreLockedMode>
<AssemblyName>EncodingConverter</AssemblyName>
<AssemblyTitle>Encoding Converter</AssemblyTitle>
<Description>Encoding Converter</Description>
Expand Down
Loading

0 comments on commit c17962f

Please sign in to comment.