File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 77 <Company >First-Coder</Company >
88 <Copyright >L. Gmann</Copyright >
99 <PackageProjectUrl >https://first-coder.de/</PackageProjectUrl >
10+ <AssemblyVersion >1.0.0.1</AssemblyVersion >
1011 </PropertyGroup >
1112
1213 <ItemGroup >
13- <PackageReference Include = " Newtonsoft.Json " Version = " 13.0.1 " />
14+ <None Remove = " settings.json " />
1415 </ItemGroup >
1516
1617 <ItemGroup >
17- <Resource Include =" settings.json" />
18+ <Content Include =" settings.json" >
19+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
20+ </Content >
1821 </ItemGroup >
1922
2023 <ItemGroup >
21- <None Update =" settings.json" >
22- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
23- </None >
24+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
25+ </ItemGroup >
26+
27+ <ItemGroup >
28+ <Resource Include =" settings.json" />
2429 </ItemGroup >
2530
2631 <ProjectExtensions ><VisualStudio ><UserProperties /></VisualStudio ></ProjectExtensions >
You can’t perform that action at this time.
0 commit comments