Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/tools/PersistenceCodeFix/PersistenceCodeFix/PersistenceCodeFix/packages.config @ 14933

Last change on this file since 14933 was 14933, checked in by gkronber, 7 years ago

#2520 added a code fix for generating StorableTypeAttributes

File size: 1.0 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<packages>
3  <package id="Microsoft.CodeAnalysis.Analyzers" version="1.1.0" targetFramework="portable45-net45+win8" />
4  <package id="Microsoft.CodeAnalysis.Common" version="1.0.1" targetFramework="portable45-net45+win8" />
5  <package id="Microsoft.CodeAnalysis.CSharp" version="1.0.1" targetFramework="portable45-net45+win8" />
6  <package id="Microsoft.CodeAnalysis.CSharp.Workspaces" version="1.0.1" targetFramework="portable45-net45+win8" />
7  <package id="Microsoft.CodeAnalysis.Workspaces.Common" version="1.0.1" targetFramework="portable45-net45+win8" />
8  <package id="Microsoft.Composition" version="1.0.27" targetFramework="portable45-net45+win8" />
9  <package id="NuGet.CommandLine" version="2.8.5" targetFramework="portable45-net45+win8" />
10  <package id="System.Collections.Immutable" version="1.1.36" targetFramework="portable45-net45+win8" />
11  <package id="System.Reflection.Metadata" version="1.0.21" targetFramework="portable45-net45+win8" />
12</packages>
Note: See TracBrowser for help on using the repository browser.