File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
55 <TargetFramework >net5.0</TargetFramework >
6+ <UsePackageRef >true</UsePackageRef >
67 </PropertyGroup >
7- <ItemGroup >
8+ <ItemGroup Condition = " '$(UsePackageRef)' != 'true' " >
89 <ProjectReference Include =" ..\..\src\Tocsoft.DateTimeAbstractions\Tocsoft.DateTimeAbstractions.csproj" />
910 <ProjectReference Include =" ..\..\src\Tocsoft.DateTimeAbstractions.Analyzer\Tocsoft.DateTimeAbstractions.Analyzer.csproj"
1011 OutputItemType =" Analyzer"
1112 ReferenceOutputAssembly =" false" />
1213 </ItemGroup >
14+ <ItemGroup Condition =" '$(UsePackageRef)' == 'true'" >
15+ <PackageReference Include =" Tocsoft.DateTimeAbstractions" Version =" 0.1.4-alpha.0.4" />
16+ </ItemGroup >
1317</Project >
Original file line number Diff line number Diff line change 22<configuration >
33 <packageSources >
44 <clear />
5- <add key =" nuget.org" value =" ../Tocsoft.DateTimeAbstractions/bin/debug " />
5+ <add key =" nuget.org" value =" https://www.myget.org/F/tocsoft/api/v3/index.json " />
66 </packageSources >
77</configuration >
You can’t perform that action at this time.
0 commit comments